lang: zh slug: mcp-server-registry-comprehensive-guide-2026 title: ‘2026 年 MCP 服务器注册表指南:19,700 多台服务器’ description: ‘2026 年发现 MCP 服务器的完整指南。7 个 Anthropic 参考服务器、87,300 颗星的精彩列表、Smithery 与 mcp.so 注册表比较、每个类别的顶级服务器以及用于选择一个的决策树 - 不是 MCP 是什么,而是您可以插入到您的服务器中。’ tags: [“ai-tools”, “guide”, “mcp”, “model-context-protocol”, “open-source”, “reference”, “tutorial”] date: 2026-05-20 00:00:00+08:00 lastmod: 2026-05-20 00:00:00+08:00 tech_stack:
- TypeScript
- Python
- Docker application_domain: Llm Frameworks source_version: ’' licensing_model: Open Source license_type: MIT file_size: ’' file_md5: ’' download_url: ’' backup_url: ’' github_repo: ‘https://github.com/modelcontextprotocol/servers' last_maintained: ‘2026-05-20’ draft: false categories: [’llm-frameworks’] aliases:
- /posts/mcp-server-registry-comprehensive-guide-2026/ faqs:
- q: ‘How many MCP servers are there in 2026?’ a: ‘As of May 2026, mcp.so lists over 19,700 MCP servers, up from about 500 in January and ~5,000 by March 2026. The community catalog awesome-mcp-servers indexes servers across roughly 40 categories.’
- q: ‘What are Anthropic’’s official MCP reference servers?’ a: ‘The official modelcontextprotocol/servers repo ships 7 maintained reference servers: Everything, Fetch, Filesystem, Git, Memory, Sequential Thinking, and Time. The earlier Brave Search and Slack servers were retired and are now maintained by Brave and Zencoder respectively.’
- q: ‘Which MCP servers should a coding agent start with?’ a: ‘The recommended minimum useful set for an autonomous coding agent is Filesystem plus Fetch plus Memory. Filesystem provides sandboxed local file read/write, Fetch retrieves URLs with HTML-to-markdown conversion, and Memory adds persistent recall with embedding search.’
- q: ‘What is the difference between Smithery and mcp.so?’
a: ‘Smithery is a curated registry with a hosted runtime and CLI installer (about 5,000 servers, higher quality bar), letting you install via ‘’npx -y @smithery/cli@latest install
’’ without editing JSON. mcp.so is a pure directory with the largest catalog (19,700+) but lower curation, so you must evaluate each entry yourself.’ - q: ‘How do you evaluate whether an MCP server is safe to use?’ a: ‘Use a 30-second checklist: star count over 500 with a commit in the last 90 days signals an active project, an MIT or Apache 2.0 license is safe for commercial use, a claude_desktop_config.json snippet in the README means the install path was tested, and you should verify binary signatures when installing from npm or PyPI since supply-chain attacks via MCP servers are a real 2026 threat.’
featureImage: /images/articles/claude-code-mcp-advanced-202610-服务器生产堆栈.png —2026 年 1 月,您可以将每个公共 MCP 服务器放入单个 GitHub README 中。 到 2026 年 5 月,mcp.so 列出了其中的 19,700+ 个。 瓶颈不再是“我如何构建一个”,而是“我实际插入 19,700 个中的哪一个?”本指南正是回答了这个问题。 我们不会重新解释 MCP 是什么(请阅读我们的 MCP 深入研究 2026 指南)。 我们绘制了 服务器生态系统 — 7 个 Anthropic 参考选择、87,300 星级社区列表、两个注册平台以及一个 30 秒决策树,用于找到适合您特定需求的正确服务器。## 1. 为什么MCP服务器数量在6个月内爆炸100倍三件事复合了:1. 跨平台采用:到 2026 年初,Anthropic、OpenAI 和 Google DeepMind 都支持 MCP。 您编写的服务器可以在 Claude Desktop、ChatGPT 和 Gemini 中运行。 2. 工具成熟度:TypeScript、Python、Go、Rust、Swift 中的 SDK — 构建服务器是一个 50 行的下午项目。 3. 2026 年路线图落地:传输可扩展性(服务器现在可以水平扩展而无需保持会话状态)、企业身份验证(SSO/审核跟踪)和 MCP 应用程序(通过 SEP-1865 进行 UI 扩展)使协议做好生产准备。结果:1 月份有 500 多个公共服务器,到 3 月份有约 5,000 个,到 5 月份有 19,700 多个。 其中大部分是信号,而不是噪音——但你需要一张地图。## 2. The 30-Second Discovery Tree| You want to… | Look here first | |—|—| | Use a battle-tested basic (filesystem, fetch, git) | Anthropic reference servers (sec. 3) | | Browse by category (databases, browsers, cloud) | awesome-mcp-servers (sec. 4) | | Install + manage servers without touching configs | Smithery registry (sec. 5) | | Browse the largest possible catalog | mcp.so (19.7k+) (sec. 5) | | Self-host a server for compliance reasons | Pick OSS server + see sec. 7 | | Build your own | Read our MCP deep-dive |本文的其余部分将对每一行进行解包。## 3. Anthropic 的 7 个参考服务器 — 基线官方 modelcontextprotocol/servers 存储库(86k GitHub star)提供 7 个维护的参考实现。 这些是 Anthropic 内部使用的服务器,并将其标记为协议的“快乐路径”:| Server | What it does | Typical use case | |—|—|—| | Everything | Demo server exposing every MCP primitive (tools, resources, prompts) | Reference reading for protocol authors | | Fetch | HTTP/HTTPS fetcher with html→markdown conversion | LLM reads any URL on demand | | Filesystem | Sandboxed local FS read/write/list | Coding agents working in a project dir | | Git | Git repo introspection (log, diff, blame, branches) | Code-aware AI assistants | | Memory | Persistent key-value memory with embedding search | Long-running agents needing recall | | Sequential Thinking | Multi-step reasoning scaffold (chain-of-thought as a tool) | Complex planning tasks | | Time | Timezone-aware date/time operations | Scheduling agents, calendar bots |Two earlier reference servers have been retired:- Brave Search — 移至 brave/brave-search-mcp-server,由 Brave 自己维护
- Slack — 现在由 Zencoder 社区维护如果您从今天开始,请复制包含 文件系统 + 获取 + 内存 的配置 - 这是自主编码代理的“最小有用集”。## 4. Awesome-mcp-servers — 87.3k 星社区指数punkpeye/awesome-mcp-servers 是事实上的社区目录:87.3k 星、10.5k 分叉、1.6k 拉取请求。 服务器分为约 40 个类别。 以下是 2026 年人工智能开发工作流程最重要的类别:- 聚合器 — 在一个端点后面组成多个 MCP 服务器(
1mcp/agent、a2asearch-mcp) - 浏览器自动化 —
playwright-mcp、browsermcp/mcp、real-browser-mcp - 云平台 —
terraform-mcp-server、aws-mcp-server、k8s-mcp-server、localstack-mcp-server - 代码执行 —
e2b-sandbox-mcp(云沙箱)、piston-mcp(多语言运行器)、pydantic-ai/mcp-run-python - 编码代理 —
codemcp、claude-concilium、any-cli-mcp-server - 数据库 — Postgres、MySQL、MongoDB、Redis、SQLite、ClickHouse、Snowflake 连接器都拥有 OSS MCP 服务器
- 通信 — Slack (Zencoder)、Discord、Teams、Telegram、电子邮件 (IMAP/SMTP)
- 知识与记忆 —
mem0-mcp、letta-mcp、矢量数据库集成(Pinecone、Weaviate、Chroma) - 搜索 —
brave-search-mcp-server、tavily-mcp、exa-mcp、perplexity-mcp如何使用很棒的列表:不要线性浏览。 Ctrl-F 您的问题域(“postgres”、“kubernetes”、“stripe”),选择前 2-3 个结果,检查星数和上次提交日期。 列表是根据维护者的判断排序的,而不是星星——请自行验证。## 5. Smithery 与 mcp.so — 两个注册平台当棒棒列表在 2026 年 1 月增长到超过 500 台服务器时,出现了两个注册表平台来解决“我想在不复制粘贴 JSON 配置的情况下安装它”的问题。### 史密斯厂 (smithery.ai)- 模型:注册表 + 托管运行时 + CLI 安装程序 - 服务器数量:约 5,000 个精选服务器(比 mcp.so 小,质量更高)
- 定价:免费列出、免费浏览、免费安装。 托管服务器可能有基于使用情况的定价
- 杀手级功能:
npx -y @smithery/cli@latest install <server>将其添加到您的 Claude 桌面/光标/继续配置,无需手动 JSON 编辑 - 权衡:尚未实现创作者货币化 - 开发人员无法从流行服务器中获利### mcp.so- 模型:纯注册表/目录(最大的目录)
- 服务器数量:19,700+(综合选择 - 数量超过管理)
- 定价:免费目录
- 杀手级功能:迄今为止最大的目录; 如果它存在,它就在这里
- 权衡:较低的策展质量; 您需要自己评估每个条目### 使用哪个- 想要 CLI 安装 + 策划:Smithery
- 想要长尾:mcp.so
- 生产部署:安装前务必阅读 GitHub 源代码 - 两个注册表都链接到原始存储库,因此请验证维护者活动 + 未决问题 + 许可证## 6. 按类别划分的顶级 MCP 服务器(2026 年 5 月)基于社区明星计数、集成覆盖率和最近的提交活动:文件系统和代码
modelcontextprotocol/server-filesystem(官方)——沙盒 FScyanheads/git-mcp-server— Git 操作超出了参考 Git 服务器的范围tools-mcp/codemap-mcp— 语义代码导航浏览器和网络microsoft/playwright-mcp— 最适合 E2E 测试场景 + 复杂的页面交互browsermcp/mcp— 轻量级,使用您已经登录的浏览器会话tavily-mcp— 为 LLM 使用预先格式化的搜索结果数据库postgres-mcp-server— 模式自省 + 安全查询执行mongodb-mcp— 官方 MongoDB 维护redis-mcp— kv + pub/sub 用于代理协调记忆与知识mem0-mcp— 持久语义内存层(链接到 mem0 SaaS)letta-mcp— 代理状态框架pinecone-mcp— 矢量存储云运营aws-mcp-server— IAM 范围内的 AWS API 访问k8s-mcp-server— kubectl 等效项 + 安全护栏terraform-mcp-server— 使用确认门进行计划/应用编码剂codemcp— 将任何 IDE 变成 MCP 主机e2b-sandbox-mcp— 沙盒云代码执行(取代代码解释器)## 7. 自托管与云托管 MCP 服务器大多数 MCP 服务器都是基于 stdio 的 — 它们在您的计算机上运行。 但 2026 年的传输可扩展性工作意味着 HTTP/SSE MCP 服务器现在可用于生产,开放云托管部署模式。### 何时自行托管- Compliance (healthcare, finance, gov) — data can’t leave your perimeter- Latency — server lives near your data (postgres on the same VPC)
- Cost — eliminating per-call SaaS fees at scale4GB VPS 可轻松并行运行 10 多个 stdio 桥接或 HTTP MCP 服务器。 我们在 HTStack's Hong Kong VPS 上托管 dibi8 的内部 MCP 集群(到中国大陆的延迟不到 30 毫秒)。 对于全球分布式部署或更大的队列,具有 3 个副本的 DigitalOcean's Managed Kubernetes 是标准生产模式。### 何时进行云托管(Smithery / e2b / 供应商托管)- 原型制作 — 零基础设施,通过 CLI 安装,快速迭代
- 无状态实用程序(获取、搜索)——无数据局部性问题
- 计算量大(e2b 沙箱、浏览器自动化)— 外包虚拟机管理## 8. 如何选择 + 在哪里构建您自己的选择清单(每位候选人 30 秒):1. 星星数 > 500 + 上次提交 < 90 天 = 活动项目(否则请查看其他地方)
- 开放问题标签“好第一个问题” 目前=维护者期望贡献(健康)
- 许可证 = MIT/Apache 2.0 = 商业用途安全
- README 有一个
claude_desktop_config.json片段 = 作者测试了安装路径 - 如果从 npm/PyPI 安装,则验证二进制签名 — 通过 MCP 服务器的供应链攻击是真正的 2026 年威胁向量如果没有合适的:自己写。 TypeScript 和 Python SDK 让您可以在大约 50 行内交付一个工作的 MCP 服务器。 Anthropic 团队有意保持协议的精简,以便构建服务器时不会产生摩擦。For the full “build your own MCP server” walkthrough — including stdio transport setup, tools/resources/prompts implementation, and Claude Desktop debugging — see our MCP deep-dive definitive 2026 guide.## 长篇大论;博士2026 年的 MCP 服务器生态系统有 4 个值得了解的层次:1. Anthropic 的 7 个参考服务器 — 您的基准(文件系统 + 获取 + 最低内存)
- awesome-mcp-servers (87.3k star) — 规范社区索引,按类别浏览
- Smithery + mcp.so — 注册表平台(Smithery 用于 CLI 安装,mcp.so 用于广度)
- 自托管与云主机 — 合规性/延迟有利于自托管; 原型设计/计算密集型有利于云困难的部分不再是寻找服务器。 它是 选择正确的 - 使用第 8 部分中的 30 秒清单和第 2 部分中的发现树。如果没有合适的内容,请在一个下午编写自己的内容(50 行 TS 或 Python)。
—想要在不涉及云账单的情况下自行托管 5 个以上 MCP 服务器(postgres + 文件系统 + git + 内存 + tavilly-search)? 启动一个 6 美元/月的 DigitalOcean Droplet
,在单个管理程序(systemd 或 PM2)下运行它们,并将 Claude Desktop 的
claude_desktop_config.json指向主机。 一个下午就完成了。
💬 留言讨论