发现优秀的 MCP 服务器

通过 MCP 服务器扩展您的代理能力,拥有 54,273 个能力。

全部54,273
MCP Forge

MCP Forge

一个用于为 Smithery 生成 MCP 服务器的工具,该工具与 Cursor IDE 集成,允许用户从诸如 Basic、Web Search 或 Database interactions 等模板快速创建服务器。 Or, a slightly more natural translation: 一个可以为 Smithery 生成 MCP 服务器的工具,它与 Cursor IDE 集成,让用户能够使用 Basic、Web Search 或 Database interactions 等模板快速创建服务器。

maiat-protocol

maiat-protocol

Trust infrastructure for the agent economy.

devtools-mcp

devtools-mcp

A comprehensive toolkit of 23 developer utilities that enables AI assistants to perform tasks like encoding, cryptography, and data generation locally without requiring API keys. It streamlines workflows by providing tools for JWT decoding, UUID generation, regex testing, and JSON formatting directly within the chat interface.

Google Workspace MCP Server

Google Workspace MCP Server

Provides read/write access to Google Sheets and Google Docs through MCP tools, enabling operations like reading sheets, appending rows, and editing documents.

Living Atlas MCP

Living Atlas MCP

Enables local tools to interact with a private-first knowledge graph, with full CRUD access to authorized data while remote AI providers only see approved plaintext through policy-scoped MCP surfaces.

Markdownify MCP Server

Markdownify MCP Server

将各种文件类型和网络内容转换为 Markdown 格式。它提供了一套工具,可以将 PDF、图像、音频文件、网页等转换为易于阅读和分享的 Markdown 文本。

Typefully MCP Server

Typefully MCP Server

Enables AI assistants to create and manage Twitter drafts through Typefully, including creating single tweets or threads, scheduling posts, and retrieving scheduled or published drafts.

HeadHunter API MCP Server

HeadHunter API MCP Server

Enables AI assistants to access and manage HeadHunter job platform data, including vacancies, resumes, negotiations, and employer settings via 167+ tools.

Service Desk Plus MCP Server

Service Desk Plus MCP Server

Integrates with Service Desk Plus Cloud API to enable AI assistants perform CRUD operations on service desk entities, including request management, technician management, and email communication.

MCP Server for langfuse

MCP Server for langfuse

一个 MCP 服务器实现,集成了 AI 助手和 Langfuse 工作区,允许模型按时间范围查询 LLM 指标。 (Alternatively, a slightly more formal translation:) 一个 MCP 服务器的实现方案,它将 AI 助手与 Langfuse 工作区相集成,从而使模型能够按时间范围查询 LLM 指标。

Hacker News MCP Server

Hacker News MCP Server

Enables AI assistants to access Hacker News content through 9 comprehensive tools for fetching stories, comments, user profiles, and job postings. Supports flexible output formats, pagination, and various story categories (top, new, best, Ask HN, Show HN).

Weather MCP Server

Weather MCP Server

Okay, here's the translation of "MCP Server 和风天气API例子" and some context to help you understand what it means and how to use it: **Translation:** * **MCP Server:** MCP服务器 (MCP fúwùqì) * **和风天气API:** 和风天气API (Héfēng Tiānqì API) * **例子:** 例子 (lìzi) **Full Translation:** MCP服务器 和风天气API 例子 **Pinyin:** MCP fúwùqì Héfēng Tiānqì API lìzi **Meaning:** MCP Server HeWeather API Example(s) **Explanation and Context:** This phrase likely refers to examples of how to use the HeWeather API (a popular weather API in China) within the context of an MCP Server. An MCP Server could be a server running a Minecraft mod, or some other type of server. **To provide a more helpful example, I need more information. Specifically, what kind of MCP server are you using? For example:** * **Are you using a Minecraft MCP server?** If so, what modding framework are you using (Forge, Fabric, etc.)? * **What programming language are you using?** (Java, Python, etc.) * **What specific weather data do you want to retrieve?** (Current conditions, forecast, etc.) **However, I can give you a general example of how to use the HeWeather API in Python (which is a common language for server-side scripting):** ```python import requests import json # Replace with your HeWeather API key API_KEY = "YOUR_HEWEATHER_API_KEY" # Replace with the city you want weather data for (e.g., Beijing) CITY = "Beijing" # API endpoint for current weather conditions URL = f"https://devapi.qweather.com/v7/weather/now?location={CITY}&key={API_KEY}" try: response = requests.get(URL) response.raise_for_status() # Raise an exception for bad status codes data = response.json() if data["code"] == "200": current_weather = data["now"] temperature = current_weather["temp"] condition = current_weather["text"] print(f"Current weather in {CITY}:") print(f"Temperature: {temperature}°C") print(f"Condition: {condition}") else: print(f"Error: {data['code']} - {data['status']}") except requests.exceptions.RequestException as e: print(f"Request error: {e}") except json.JSONDecodeError as e: print(f"JSON decode error: {e}") ``` **Explanation of the Python Example:** 1. **Import Libraries:** Imports the `requests` library for making HTTP requests and the `json` library for parsing JSON data. 2. **API Key and City:** You **MUST** replace `"YOUR_HEWEATHER_API_KEY"` with your actual HeWeather API key. You can get one by signing up for a free account on the HeWeather website ([https://www.qweather.com/en/](https://www.qweather.com/en/)). Also, replace `"Beijing"` with the city you want weather data for. 3. **API Endpoint:** Constructs the URL for the HeWeather API endpoint to retrieve current weather conditions. 4. **Make the Request:** Uses `requests.get()` to make a GET request to the API endpoint. 5. **Error Handling:** `response.raise_for_status()` checks for HTTP errors (like 404 Not Found). 6. **Parse JSON:** Parses the JSON response from the API using `response.json()`. 7. **Check Status Code:** Checks the `code` field in the JSON response. `"200"` indicates success. 8. **Extract Data:** Extracts the temperature and weather condition from the `now` object in the JSON data. 9. **Print Results:** Prints the weather information to the console. 10. **Error Handling (Exceptions):** Includes `try...except` blocks to handle potential errors during the request or JSON parsing. **Important Notes:** * **Get an API Key:** You *must* register for a HeWeather API key to use their service. * **API Usage Limits:** Be aware of the API usage limits for your HeWeather account. The free tier has limitations. * **Location Codes:** HeWeather uses specific location codes. You can use their API to find the correct code for a city. * **MCP Server Integration:** To integrate this into your MCP server, you would need to adapt this code to run within your server's environment. This will depend on the specific server framework you are using. For example, if you are using a Minecraft Forge server, you would need to create a Forge mod that uses this code to fetch weather data and then display it in the game. **To get a more specific example, please provide more details about your MCP server and what you are trying to achieve.**

mcp-tung-shing

mcp-tung-shing

一个用于中国黄历(黄历/通胜/通胜)吉凶计算的模型上下文协议插件

pdf-mcp

pdf-mcp

MCP server for generating PDF reports on real estate properties. Supports location analysis, market reports, and project summaries.

Repo Analyzer MCP Server

Repo Analyzer MCP Server

一个 MCP 服务器,用于分析 Git 仓库并提供 Dockerfile 创建指导,通过 stdio 传输在本地运行。

mcp-screenshot

mcp-screenshot

为 macOS 提供屏幕截图和 OCR 功能。

Convertway WhatsApp MCP Server

Convertway WhatsApp MCP Server

Enables sending WhatsApp, SMS, and Email messages via the Convertway API, with tools for template management, delivery status, and conversation logging.

UK Property Data

UK Property Data

UK property data MCP server — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House. 13 tools.

ai-first-scraper-mcp

ai-first-scraper-mcp

Ad-free web scraping and search exposed as 3 MCP tools. fetch_page, fetch_pages_batch, search_web. Works with Claude Desktop, Cursor, Cline.

MCP Capitol Trades Server

MCP Capitol Trades Server

Enables users to query and analyze U.S. politician stock trades with real-time pricing data from Capitol Trades, with no API key required.

pyBTMCP

pyBTMCP

A BLE fitness device simulator that enables AI agents to control simulated heart rate monitors, treadmills, and cycling trainers via the Model Context Protocol. It integrates ESP32 firmware, an MQTT broker, and a FastAPI backend for comprehensive device management and real-time interaction.

Specter MCP

Specter MCP

Enables AI agents to build, test, debug, and interact with Kotlin Multiplatform Mobile (Android/iOS) applications through automated build pipelines, UI automation, crash analysis, and app state inspection.

mcp-switchboard

mcp-switchboard

Intelligent MCP server orchestrator that automates configuration, orchestration, and lifecycle management of other MCP servers for AI agents.

XiaozhiMCP-MapNAVI

XiaozhiMCP-MapNAVI

An MCP tool that integrates with Amap API services, allowing AI to access geographic information, weather data, and route planning.

MCP Crypto Wallet EVM

MCP Crypto Wallet EVM

使 Claude 能够访问以太坊和 EVM 兼容的区块链操作,通过自然语言实现钱包管理、交易处理、合约交互和区块链查询。

Google Workspace MCP Server

Google Workspace MCP Server

Enables management of Google Workspace users, groups, aliases, and organizational units via natural language through the Model Context Protocol.

trust-mcp

trust-mcp

MCP server that enables AI agents to verify each other's trust scores, register, submit reviews, and find trusted agents before transacting.

Drupal Bridge MCP

Drupal Bridge MCP

Enables AI assistants to interact with Drupal sites through MCP tools, with automatic discovery, OAuth-based authentication, and scope validation.

summary-always

summary-always

A server that summarizes and records conversation key points, supporting adding summaries and viewing history.

LocalREPL MCP Server

LocalREPL MCP Server

A locally-running Python REPL server that integrates with Claude Desktop through the Model Context Protocol, offering shell bridge, streaming, and operational memory features for secure code experimentation and system automation.