Token导航 LogoToken导航

MCP 工具与服务目录

找到适合你的 MCP Server,快速完成接入

按功能、传输方式和来源整理 MCP Server,提供安装命令、配置方式、仓库与文档入口,方便你快速比较并接入合适的服务。

正式条目

87,640

可复制安装

36,828

最近生成

2026-05-22

搜索检索未说明

Provides AI assistants with real-time web search, reasoning, and research capabilities through Perplexity's Sonar models and Search API. Supports quick searches, deep research, advanced reasoning, and direct web search with ranked results.

搜索检索未说明

Integrates the Sonar API to provide Claude with real-time web-wide research capabilities. Enables conversational web searches through Perplexity's AI-powered search engine for up-to-date information retrieval.

搜索检索未说明

Integrates Perplexity AI's chat capabilities with real-time web search, enabling users to ask questions and receive AI-powered answers with up-to-date information and citations from verified web sources.

搜索检索未说明

Integrates with Perplexity's API to provide web search and AI-powered answers with citations. Offers a three-tier research workflow: search for sources, ask for grounded AI answers, and ask_more for deeper analysis using advanced models.

开发工具未说明

Enables intelligent code analysis and debugging through the Perplexity AI's API, offering detailed error analysis, pattern detection, and comprehensive solutions, with integration support for the Claude desktop client.

搜索检索未说明

A Python port of the official Perplexity MCP server that enables web-grounded Q\&A, deep research, and step-by-step reasoning via Perplexity AI's models. It supports both STDIO and HTTP interfaces for seamless integration with tools like Claude Desktop and Cursor.

AI代理未说明

Enables comprehensive personal task management through specialized MCP servers including email sending, PDF reading with OCR, web search, meeting scheduling, pizza ordering, and interactive question handling. Provides a unified chat interface for natural language interaction with all these capabilities.

安全风控未说明

Enables managing personal information with dynamic topic-based organization (tasks, meetings, contacts, etc.), supporting optional OTP authentication and AES-256 encryption for sensitive data with automatic backups.

数据服务未说明

Enables searching and retrieving detailed information about Swedish companies, including financial data and annual reports from Bolagsverket (Swedish Companies Registration Office), with intelligent caching for fast responses.

开发工具未说明

Enables agentic coding workflows in Claude Code through a multi-candidate patch evaluation loop that generates code variants, validates builds, scores results with mandatory vision testing, and automatically selects the best implementation.

数据服务未说明

Enables natural language querying of PostgreSQL databases through the Model Context Protocol. It translates user questions into validated SQL, executes read-only queries safely, and returns results to MCP-compatible clients like Claude Desktop.

开发工具未说明

Enables AI agents to make real-world phone calls with AI voice technology and provides tools to track call status, transcripts, and summaries. It supports automated communication with both live numbers and simulated businesses for testing and demonstration purposes.

搜索检索stdio

## PhoneLCDPartsScraper MCP Server This MCP server provides a tool to scrape product search results from [phonelcdparts.com](https://www.phonelcdparts.com). It allows users to programmatically retrieve details about products based on a search query. **Functionality:** - Searches `phonelcdparts.com` for a given query. - Extracts key information for each product found on the search results page. **Tool Provided:** - `scrape_phonelcdparts` - **Description:** Scrapes product information (name, price, URL, image URL) from `phonelcdparts.com` based on a search query. - **Input Parameter:** `search_query` (string) - The term to search for (e.g., "iphone 15 pro max lcd"). - **Output:** A list of dictionaries, where each dictionary contains: - `name` (string) - `product_url` (string) - `price` (string) - `image_url` (string) **Server Environment Requirements:** - `FIRECRAWL_API_KEY`: An API key for the Firecrawl service is required to fetch website content. This needs to be configured when deploying or running the server. **Technologies Used:** - [FastMCP](https://docs.mcp.so/): For creating the MCP server and tool. - [Firecrawl](https://firecrawl.dev/): For crawling and scraping the initial web page content. - [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/): For parsing the HTML content and extracting product details. This server is ideal for applications that need to monitor product listings, gather pricing information, or integrate `phonelcdparts.com` product data into other systems.

安装状态

已补齐

命令预览

FIRECRAWL_API_KEY={FIRECRAWL_API_KEY} fastmcp run app.py {"FIRECRAWL_API_KEY":"{FIRECRAWL_AP...

AI代理未说明

Enables AI assistants to programmatically generate images, GIFs, and PDFs from HTML/CSS or web screenshots using the Pictify API. It also supports template management, batch rendering jobs, and A/B test experiment controls.

开发工具未说明

Provides real-time access to Israeli emergency alerts from the official Pikud Haoref (Home Front Command) API. Enables AI assistants to check current alerts, retrieve alert history with intelligent city filtering, and monitor emergency notifications including rocket alerts, aerial intrusions, and earthquakes.

数据服务未说明

Enables interaction with Pinecone vector databases for storing and searching embeddings. Supports similarity search, metadata filtering, and vector operations for semantic search and RAG applications.

数据服务未说明

Enables AI assistants to perform semantic search, manage vectors, and interact with Pinecone vector databases through standardized MCP tools. Supports querying, upserting, deleting vectors and monitoring database statistics for knowledge base operations.

办公协作未说明

Enables AI agents to schedule and manage reminders across platforms like email, Slack, Discord, and webhooks. It provides tools to create, list, update, and cancel notifications to automate task reminders and agent wake-ups.

搜索检索HTTP

全面解析Pixabay MCPMCP Server的核心功能、安装配置和实用案例。作为顶级Model Context Protocol服务器,Pixabay MCP能让AI助手访问实时数据、执行操作,为您提供更智能的工作体验和自动化解决方案。

安装状态

已补齐

命令预览

pip install pixabay-mcp