MCP 服务器集合

MCP 服务器集合

Model Context Protocol (MCP) 参考实现及社区服务器资源集合。

快速入门

  1. 使用 npx 启动 Typescript 服务器,例如: 启动 Memory 服务器: npx -y @modelcontextprotocol/server-memory
  2. 使用 uvxpip 启动 Python 服务器,例如: 启动 Git 服务器: uvx mcp-server-git 或 pip install mcp-server-git python -m mcp_server_git
  3. 配置 MCP 客户端(如 Claude Desktop),示例配置: { "mcpServers": { "memory": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-memory"] } } }
  4. 查看官方文档以创建自定义服务器:modelcontextprotocol.io