发现优秀的 MCP 服务器
通过 MCP 服务器扩展您的代理能力,拥有 14,501 个能力。

My Coding Buddy MCP Server
A personal AI coding assistant that connects to various development environments and helps automate tasks, provide codebase insights, and improve coding decisions by leveraging the Model Context Protocol.

FluxCD MCP Server
FluxCD MCP Server
mcp-server-cloudbrowser

Canteen MCP
A Model Context Protocol server that provides structured access to canteen lunch menus for specific dates through a simple API integration.

System Information MCP Server
Provides comprehensive system diagnostics and hardware analysis through 10 specialized tools for troubleshooting and environment monitoring. Offers targeted information gathering for CPU, memory, network, storage, processes, and security analysis across Windows, macOS, and Linux platforms.
Mobile Development MCP
这是一个用于管理和交互移动设备和模拟器的 MCP (移动控制平台)。 (Alternatively, if you want to emphasize the purpose of the MCP:) 这是一个 MCP (移动控制平台),旨在管理和交互移动设备和模拟器。

GS Robot MCP Server
用于控制GS清洁机器人的模型控制协议插件,支持机器人列表、状态监控、导航指令、任务执行和远程控制操作。
🦉 OWL x WhatsApp MCP Server Integration
Arcjet - MCP Server
Arcjet 模型上下文协议 (MCP) 服务器。帮助你的 AI 代理实现机器人检测、速率限制、电子邮件验证、攻击防护、数据编辑。
MCP-Forge
MCP 服务器的便捷脚手架工具
holaspirit-mcp-server
镜子 (jìng zi)
Weather MCP Server
一个模型上下文协议(MCP)服务器,提供来自加拿大政府天气API的天气预报数据。通过纬度和经度获取加拿大任何地点准确的5天天气预报。可轻松与Claude Desktop和其他兼容MCP的客户端集成。
Understanding MCP (Model Context Protocol) and GitHub Integration
好的,这是将“A comprehensive guide to setting up and using MCP server with Cursor IDE, including GitHub integration and AI agent configuration.”翻译成中文的几种选择,根据不同的侧重点: **选择 1 (比较直接,适合技术文档):** 使用 Cursor IDE 设置和使用 MCP 服务器的综合指南,包括 GitHub 集成和 AI 代理配置。 **选择 2 (更流畅,更像教程标题):** 如何使用 Cursor IDE 设置 MCP 服务器:包含 GitHub 集成和 AI 代理配置的完整指南。 **选择 3 (强调实用性):** 使用 Cursor IDE 搭建 MCP 服务器:GitHub 集成与 AI 代理配置详解。 **选择 4 (更简洁):** Cursor IDE 与 MCP 服务器:GitHub 集成和 AI 代理配置指南。 **解释:** * **MCP 服务器:** MCP 服务器通常指 Minecraft Protocol 服务器,但如果没有上下文,也可能指其他类型的服务器。 翻译时保留原文,因为不清楚具体指什么。 * **Cursor IDE:** 保留原文,因为是专有名词。 * **GitHub 集成:** GitHub 集成 * **AI 代理配置:** AI 代理配置 * **综合指南/完整指南/详解/指南:** 根据语境选择,都表示 comprehensive guide 的意思。 最终选择哪个翻译取决于你希望表达的重点和目标读者。 如果面向技术人员,选择 1 或 3 比较合适。 如果面向初学者,选择 2 可能更友好。 选择 4 最简洁,适合作为标题。

MCP Blinds Controller
Allows control of motorized window blinds through the Bond Bridge API, enabling users to open, close, or stop blinds with filtering by name, location, or row.

Domain-MCP
A simple MCP server that enables AI assistants to perform domain research including availability checking, WHOIS lookups, DNS record retrieval, and finding expired domains without requiring API keys.
Chroma MCP Server
用于将 ChromaDB 集成到 Cursor 中,并使用 MCP 兼容 AI 模型的 MCP 服务器
termiAgent
termiAgent 是一个由大型语言模型驱动的命令行助手,它提供插件角色设置,可以为不同的任务创建工作流程。同时,它也是一个 mcp-client,可以自由连接到你的 mcp-servers。
ms_salespower_mcp
通过 MCP 服务器启用有用的销售用例,以便在任何常见的 AI 聊天中使用。
SQL-Server-MCP
CyberSecMCP
安全消息控制平面 (MCP) 服务器 - 用于管理 AI 代理之间通信的强大平台

Flyworks MCP
A Model Context Protocol server that provides a convenient interface for creating lipsynced videos by matching digital avatar videos with audio inputs.
Java Map Component Platform (Java MCP)
Java MCP 服务器 (Java MCP fúwùqì)

GLM-4.5V MCP Server
Enables multimodal AI capabilities through GLM-4.5V API for image processing, visual querying with OCR/QA/detection modes, and file content extraction from various formats including PDFs, documents, and images.
mcp-server-wechat
好的,我理解您想了解如何在PC端微信上实现MCP(Message Communication Protocol,消息通信协议)服务功能。 这实际上是一个比较复杂的问题,涉及到逆向工程、协议分析、以及代码实现等多个方面。 **请注意:** * **法律风险:** 逆向工程和修改微信客户端可能违反微信的使用条款,甚至触犯法律。请务必在法律允许的范围内进行研究和开发。 * **技术难度:** 微信客户端是一个复杂的软件,其协议和实现细节可能会随时更改。实现MCP服务功能需要深入的理解和持续的维护。 * **安全风险:** 修改微信客户端可能会引入安全漏洞,导致您的账号或设备受到攻击。 **以下是一些可能涉及的步骤和技术方向,仅供参考:** 1. **逆向工程和协议分析:** * **目标:** 了解PC端微信如何收发消息,以及MCP协议的具体格式和流程。 * **工具:** * **反汇编器 (Disassembler):** IDA Pro, Ghidra 等,用于分析微信客户端的可执行文件。 * **调试器 (Debugger):** x64dbg, OllyDbg 等,用于动态调试微信客户端,观察其运行时的行为。 * **抓包工具 (Packet Sniffer):** Wireshark, Fiddler 等,用于捕获微信客户端与服务器之间的网络流量,分析MCP协议。 * **步骤:** * 使用反汇编器打开微信客户端的可执行文件,找到与消息收发相关的函数和代码段。 * 使用调试器跟踪这些函数的执行过程,观察其如何构建和解析MCP消息。 * 使用抓包工具捕获微信客户端与服务器之间的网络流量,分析MCP协议的格式和字段。 * 重点关注登录、消息发送、消息接收、群组管理等关键功能的协议细节。 2. **MCP协议模拟:** * **目标:** 能够模拟微信客户端,构造和发送符合MCP协议的消息,并解析接收到的消息。 * **技术:** * **编程语言:** C++, Python, Go 等,选择您熟悉的语言。 * **网络编程:** TCP/IP 协议,Socket 编程。 * **数据序列化/反序列化:** Protocol Buffers, JSON 等,根据MCP协议的格式选择合适的工具。 * **加密算法:** 微信可能使用了加密算法来保护MCP消息,需要分析并实现相应的解密算法。 * **步骤:** * 根据协议分析的结果,编写代码来构造MCP消息。 * 使用Socket编程建立与微信服务器的连接。 * 发送构造好的MCP消息,并接收服务器的响应。 * 解析接收到的MCP消息,提取所需的信息。 * 实现登录、消息发送、消息接收等基本功能。 3. **PC端微信功能扩展 (可选):** * **目标:** 将MCP服务功能集成到PC端微信客户端中,实现自定义的功能。 * **技术:** * **DLL注入 (DLL Injection):** 将自定义的DLL注入到微信客户端的进程中。 * **Hook技术 (Hooking):** 拦截微信客户端的函数调用,修改其行为。 * **内存修改 (Memory Patching):** 直接修改微信客户端的内存数据。 * **步骤:** * 编写一个DLL,实现MCP服务功能。 * 使用DLL注入工具将DLL注入到微信客户端的进程中。 * 使用Hook技术拦截微信客户端的函数调用,例如消息发送函数、消息接收函数等。 * 在Hook函数中调用DLL中的MCP服务功能,实现自定义的功能。 * 或者,直接修改微信客户端的内存数据,例如修改消息显示内容、添加自定义按钮等。 **一些建议:** * **从小处着手:** 先从简单的功能开始,例如模拟登录、发送简单的文本消息等。 * **逐步迭代:** 不断完善和扩展功能,逐步实现更复杂的功能。 * **参考开源项目:** 在GitHub等平台上搜索相关的开源项目,可以借鉴其实现思路和代码。 * **注意安全:** 在开发过程中,要注意保护您的账号和设备安全,避免泄露个人信息。 **总结:** 实现PC端微信的MCP服务功能是一个极具挑战性的任务,需要深入的理解微信客户端的内部机制和MCP协议。 请务必在法律允许的范围内进行研究和开发,并注意安全风险。 希望这些信息对您有所帮助! 如果您有更具体的问题,例如关于某个特定功能的实现,请随时提出。
MCP Server Tutorial

gitSERVER README Manager
Enables automated README file management for development projects through MCP tools for content creation and summarization, resources for direct file access, and prompts for AI-powered documentation analysis.

MCP-Weather Server
An intermediate agent server that enhances LLMs with weather data capabilities using the Model Context Protocol (MCP) framework, enabling retrieval of real-time weather information.
Vite MCP Server
mcpserver-semantickernel-client-demo
Okay, here's a translation of "Showing a super simple implementation of a C# MCP server hosted with Aspire and consumed by Semantic Kernel": **Simplified Chinese:** **展示一个超简单的 C# MCP 服务器实现,该服务器使用 Aspire 托管并由 Semantic Kernel 使用。** **Explanation of Choices:** * **展示 (zhǎn shì):** "Showing" translates well to "展示," meaning "to demonstrate," "to show," or "to display." * **一个 (yī gè):** "a" translates to "一个," meaning "one" or "a." * **超简单的 (chāo jiǎn dān de):** "Super simple" is best translated as "超简单的," meaning "ultra-simple" or "extremely simple." "超" emphasizes the simplicity. * **C# MCP 服务器实现 (C# MCP fú wù qì shí xiàn):** "C# MCP server implementation" translates directly to "C# MCP 服务器实现." "服务器" means "server," and "实现" means "implementation." * **该服务器 (gāi fú wù qì):** "The server" translates to "该服务器," meaning "this server" or "the aforementioned server." * **使用 Aspire 托管 (shǐ yòng Aspire tuō guǎn):** "Hosted with Aspire" translates to "使用 Aspire 托管." "使用" means "using," and "托管" means "hosted" or "managed." * **并由 Semantic Kernel 使用 (bìng yóu Semantic Kernel shǐ yòng):** "Consumed by Semantic Kernel" translates to "并由 Semantic Kernel 使用." "并由" means "and by," and "使用" means "used" or "consumed." This translation aims to be clear, concise, and technically accurate.
mcp-server-newbie