发现优秀的 MCP 服务器

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

全部17,884
Canteen MCP

Canteen MCP

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

Xero MCP Server

Xero MCP Server

一个允许客户端与 Xero 会计软件交互的 MCP 服务器。

GitHub MCP Server for Cursor IDE

GitHub MCP Server for Cursor IDE

GitHub MCP 服务器,用于 Cursor IDE

MCP Reference Server

MCP Reference Server

A comprehensive reference implementation demonstrating all features of the Model Context Protocol (MCP) specification, serving as documentation, learning resource, and testing tool for MCP implementations.

MCP Custom Servers Collection

MCP Custom Servers Collection

用于多个安装的自定义 MCP 服务器集合

React USWDS MCP Server

React USWDS MCP Server

Indexes the locally-installed @trussworks/react-uswds package and helps code assistants discover components, inspect props, generate correct imports and usage snippets, and suggest appropriate components for UI use cases.

Spiral MCP Server

Spiral MCP Server

一个模型上下文协议(Model Context Protocol)服务器实现,它为与 Spiral 的语言模型交互提供了一个标准化的接口,并提供从提示词、文件或 Web URL 生成文本的工具。

Thirdweb Mcp

Thirdweb Mcp

MCP Montano Server

MCP Montano Server

My Coding Buddy MCP Server

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.

MCP-Forge

MCP-Forge

MCP 服务器的便捷脚手架工具

MCP Servers for Teams

MCP Servers for Teams

MCP 服务器的示例部署

System Information MCP Server

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.

NexusMind

NexusMind

An MCP server that leverages graph structures to perform sophisticated scientific reasoning through an 8-stage processing pipeline, enabling AI systems to handle complex scientific queries with dynamic confidence scoring.

Model Context Protocol (MCP) + Spring Boot Integration

Model Context Protocol (MCP) + Spring Boot Integration

正在尝试使用 Spring Boot 来体验新的 MCP 服务器功能。

mcp-server-cloudbrowser

mcp-server-cloudbrowser

Awesome-MCP-ZH

Awesome-MCP-ZH

MCP 资源精选 (MCP zīyuán jīngxuǎn), MCP 指南 (MCP zhǐnán), Claude MCP, MCP 服务器 (MCP fúwùqì), MCP 客户端 (MCP kèhùduān)

SAP OData to MCP Server

SAP OData to MCP Server

Transforms SAP S/4HANA or ECC systems into conversational AI interfaces by exposing all OData services as dynamic MCP tools. Enables natural language interactions with ERP data for querying, creating, updating, and deleting business entities through SAP BTP integration.

FastMCP Server Generator

FastMCP Server Generator

一个专业的 MCP 服务器,帮助用户创建自定义的 MCP 服务器。 (Simplified Chinese is used here, as it's the most common form of Chinese.)

Remote MCP Server (Authless)

Remote MCP Server (Authless)

A template for deploying MCP servers on Cloudflare Workers without authentication. Provides a foundation for creating custom tools accessible via Server-Sent Events from both web-based and desktop MCP clients.

ResembleMCP

ResembleMCP

Resemble AI MCP 服务器实现挑战 (Resemble AI MCP fúwùqì shíxiàn tiǎozhàn)

mcp-server-wechat

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协议。 请务必在法律允许的范围内进行研究和开发,并注意安全风险。 希望这些信息对您有所帮助! 如果您有更具体的问题,例如关于某个特定功能的实现,请随时提出。

GS Robot MCP Server

GS Robot MCP Server

用于控制GS清洁机器人的模型控制协议插件,支持机器人列表、状态监控、导航指令、任务执行和远程控制操作。

LW MCP Agents

LW MCP Agents

A lightweight framework for building and orchestrating AI agents through the Model Context Protocol, enabling users to create scalable multi-agent systems using only configuration files.

MCP Weather Server

MCP Weather Server

Enables users to retrieve current weather alerts for US states and detailed weather forecasts by geographic coordinates using the US National Weather Service API. Built with Node.js and TypeScript following Model Context Protocol standards for seamless LLM integration.

Naver Flight MCP

Naver Flight MCP

A Model Context Protocol (MCP) server built with mcp-framework that provides tools for flight-related operations. This appears to be a template or starter project with example tools that can be extended for flight search and booking functionality.

🦉 OWL x WhatsApp MCP Server Integration

🦉 OWL x WhatsApp MCP Server Integration

FluxCD MCP Server

FluxCD MCP Server

FluxCD MCP Server

DexPaprika MCP Server

DexPaprika MCP Server

Provides real-time access to cryptocurrency and DEX data across multiple blockchains, enabling users to analyze tokens, pools, trading volumes, and perform technical analysis through DexPaprika's API. No API keys required for seamless integration with AI assistants.

Gmail AutoAuth MCP Server

Gmail AutoAuth MCP Server

Enables AI assistants to manage Gmail through natural language interactions, supporting email operations (send, read, search, draft), comprehensive attachment handling (send, receive, download), label management, filters, and batch operations with automatic OAuth2 authentication.