MCP ecosystems: Public MCP Server Directory

A “Public MCP Server Directory” is a centralized place where MCP server implementations are listed, categorized, and made discoverable by developers and AI agents. Think of it like npm for Node.js packages, or Hugging Face for ML models — but specifically for MCP servers.

CN: “公开MCP Server目录”是一个集中式的列表/注册中心,用于收录、分类和展示MCP服务器的实现,让开发者或AI Agent可以方便地发现和使用它们。你可以把它想象成:Node.js的npm仓库,或者Hugging Face的模型库——但专门为MCP服务器而生。

 Imagine you built a power adapter (your MCP server) that lets your AI assistant talk to a specific device (like a database or a GitHub repo). A public directory is like an online hardware store catalog — it lists all available adapters, tells you what each one does, who made it, and how to plug it in. Without this catalog, you’d have to stumble upon each adapter by word of mouth or random internet searches.

CN (人话比喻): 想象你做了一个电源适配器(你的MCP服务器),让AI助手能连接某个特定设备(比如数据库或GitHub)。公开目录就像一个在线五金店的商品目录——它列出所有可用的适配器,告诉你每个是干什么的、谁做的、怎么插上用。没有这个目录,你就只能靠口碑或随机搜索才能发现每个适配器。

There is a fundamental distribution problem in the MCP ecosystem. You can build the best MCP server in the world, but if nobody can find it, it might as well not exist. Directories solve this discovery problem. They are the bridge between server builders and server users.

CN: MCP生态中存在一个根本性的分发问题。你可以在世界上构建最好的MCP服务器,但如果没人能找到它,那就等于不存在。目录解决了这个发现(Discovery) 问题——它们是服务器构建者和使用者之间的桥梁。

What Are the Major Public MCP Server Directories?

The MCP directory ecosystem can be divided into several tiers. Here are the most important ones:

CN: MCP目录生态可以分为几个层级。以下是最重要的几个:


3.1 The Official Registry

官方注册中心

属性ENCN
NameModel Context Protocol Official RegistryMCP官方注册中心
URLregistry.modelcontextprotocol.ioregistry.modelcontextprotocol.io
Maintained byAnthropic / MCP Steering GroupAnthropic / MCP指导组
NatureSource of truth; canonical registry权威来源;规范注册中心

 This is the single most important directory. When AI clients like Claude Desktop, Cursor, and others look for verified servers, this is where the chain of trust starts. Getting listed here signals legitimacy.

CN: 这是最重要的一个目录。当Claude Desktop、Cursor等AI客户端寻找经过验证的服务器时,信任链就从这里开始。在这里被收录意味着合法性认证

3.2 Community-Curated “Awesome” Lists

社区精选“Awesome”列表

 These are GitHub repositories that curate MCP servers from across the ecosystem. They are less formal than the official registry but often more comprehensive and up-to-date.

CN: 这些是GitHub仓库,从整个生态系统中精选MCP服务器。它们不如官方注册中心正式,但通常更全面、更新更快。

名称EN DescriptionCN 说明Stars参考
punkpeye/awesome-mcp-serversCurated list of production-ready and experimental MCP servers精选的生产级和实验性MCP服务器列表高活跃度
wong2/awesome-mcp-serversCurated list with web submission at mcpservers.org精选列表,通过 mcpservers.org 提交活跃
tolkonepiu/best-of-mcp-serversRanked list of 400+ MCP servers, updated weekly400+ MCP服务器的排名列表,每周更新1.2M总Stars
yzfly/Awesome-MCP-ZHChinese-language MCP resource collection中文MCP资源合集中文社区

3.3 Third-Party Directories & Aggregators

第三方目录与聚合器

EN: These are dedicated platforms built specifically for MCP server discovery, often with additional features like CLI tools, installation automation, and search.

CN: 这些是专门为MCP服务器发现而构建的平台,通常带有CLI工具、安装自动化和搜索等额外功能。

名称URLEN DescriptionCN 说明
Smitherysmithery.aiActs as an npm registry for MCPs; 6,000+ servers相当于MCP的npm注册中心;6000+服务器
Glama.aiglama.ai/mcp/servers[reference:36]Web directory synced with GitHub与GitHub同步的网页目录
MCPubmcpub.devOpen, no-gatekeeper directory; itself an MCP server开放、无门槛的目录;本身就是一个MCP服务器
PulseMCPpulsemcp.com20,110+ servers updated daily20,110+服务器,每日更新
SkillHub MCP广场腾讯云Chinese-language MCP marketplace with 27+ curated servers中文MCP市场,收录27+精选服务器

3.4 Public Test Servers

公开测试服务器

EN: Some directories host publicly accessible MCP endpoints specifically for testing and development.

CN: 一些目录托管了公开可访问的MCP端点,专门用于测试和开发

EN (Examples from kite-mcp):

  • Echo Server (echo.mcp.inevitable.fyi/mcp): Returns request data back — useful for debugging
  • Time Server (time.mcp.inevitable.fyi/mcp): Time-related functionality
  • Everything Server (everything.mcp.inevitable.fyi/mcp): Multi-purpose test server

CN (来自kite-mcp的例子):

  • Echo Server (echo.mcp.inevitable.fyi/mcp): 返回请求数据——用于调试
  • Time Server (time.mcp.inevitable.fyi/mcp): 时间相关功能
  • Everything Server (everything.mcp.inevitable.fyi/mcp): 多功能测试服务器

How to Find and Evaluate MCP Servers

4.1 Finding Servers

查找服务器

EN:

  1. Start with the Official Registry (registry.modelcontextprotocol.io) — it’s the canonical source
  2. Browse curated lists like punkpeye/awesome-mcp-servers for community-vetted options
  3. Use aggregators like Smithery or Glama.ai for search and filtering
  4. Check Chinese-language resources like SkillHub MCP广场 if you prefer CN content

CN:

  1. 从官方注册中心开始registry.modelcontextprotocol.io)——它是权威来源
  2. 浏览精选列表,如 punkpeye/awesome-mcp-servers,获取社区筛选过的选项
  3. 使用聚合器,如Smithery或Glama.ai,进行搜索和筛选
  4. 查看中文资源,如SkillHub MCP广场

Key Takeaways

要点ENCN
官方注册中心是权威来源Official Registry (registry.modelcontextprotocol.io) is the source of truth官方注册中心(registry.modelcontextprotocol.io)是权威来源
社区精选列表更全面Community “awesome” lists are more comprehensive but less vetted社区“awesome”列表更全面但审核更少
Smithery是MCP的npmSmithery is like npm for MCP serversSmithery就像MCP服务器的npm
检查维护状态Always check maintenance status — 5 of 65 servers are abandoned始终检查维护状态——65个服务器中有5个已被放弃
目录本身也可以是MCP服务器Some directories (like MCPub) are themselves MCP servers有些目录(如MCPub)本身就是MCP服务器
发现机制正在标准化Discovery mechanisms (Server Cards, DNS, mcp:// URIs) are being standardized发现机制(Server Cards、DNS、mcp:// URI)正在标准化
GitHub和Playwright是最流行的厂商服务器GitHub (30.8k stars) and Playwright (34.1k stars) are the most popular vendor serversGitHub(30.8k星)和Playwright(34.1k星)是最流行的厂商服务器