FULL TEXT
详细文字内容
项目信息
- 仓库:modelcontextprotocol/servers
- 星数:18k
- 语言:TypeScript/Python
- 许可证:MIT
Aaron解读
这个项目是什么?
Model Context Protocol 官方维护的服务器合集。MCP 是 Anthropic 推出的开放标准,让 AI 助手安全地连接外部工具和数据源。这个仓库包含 50+ 预置服务器,覆盖开发者最常用的场景。
能解决什么问题?
- Claude Code 的能力边界由 MCP 决定——装了 GitHub MCP 才能操作仓库,装了数据库 MCP 才能查数据
- 不用自己写集成代码,官方维护质量有保障
- 一个协议统一所有工具,Claude Code、Cursor、VS Code 通用
快速上手
- claude mcp add @modelcontextprotocol/server-github 添加 GitHub 集成
- claude mcp add @modelcontextprotocol/server-filesystem 添加文件系统访问
- 运行 claude mcp list 查看已安装的服务器
核心功能
- GitHub:Issues、PR、代码搜索、仓库管理
- 数据库:PostgreSQL、SQLite 直接查询
- 搜索引擎:Brave Search 网络检索
- 浏览器自动化:Puppeteer/Playwright 网页操作 **📂 子页面(1)**Official collection of MCP servers — the connect