最后更新:2025-02-22 状态:持续更新中
MCP(Model Context Protocol)是 Anthropic 于 2024 年 11 月发布的开放协议,旨在标准化 AI 模型与外部工具/数据源之间的连接方式。类似于 USB-C 对设备连接的标准化作用,MCP 让 AI 助手可以安全、统一地访问各种外部资源。
官方文档:https://modelcontextprotocol.io/ GitHub 组织:https://github.com/modelcontextprotocol
| 服务器 | 功能 | 链接 |
|---|---|---|
| server-filesystem | 文件系统读写操作 | github.com/modelcontextprotocol/servers |
| server-github | GitHub 仓库操作 | github.com/modelcontextprotocol/servers |
| server-postgres | PostgreSQL 数据库 | github.com/modelcontextprotocol/servers |
| server-sqlite | SQLite 数据库 | github.com/modelcontextprotocol/servers |
| server-brave-search | Brave 搜索引擎 | github.com/modelcontextprotocol/servers |
| server-google-maps | Google Maps 地图 | github.com/modelcontextprotocol/servers |
| server-memory | 知识图谱记忆 | github.com/modelcontextprotocol/servers |
| server-fetch | 网页内容获取 | github.com/modelcontextprotocol/servers |
| server-puppeteer | 浏览器自动化 | github.com/modelcontextprotocol/servers |
| server-slack | Slack 集成 | github.com/modelcontextprotocol/servers |