简介
Awesome MCP Servers 是一个快速入口:按类别汇总 MCP server,并给出可直接使用的安装线索与能力说明。
最适合: 要搭建 MCP 客户端栈、评估要接入哪些 server 的人
适配: 任意 MCP 客户端(Claude Desktop/Claude Code/Cursor 等);不同 server 的安装方式各不相同
配置时间: 2–8 分钟
关键事实(已验证)
- 把它当作 shortlist 生成器:先挑 3–5 个 server 本地试用,再逐步沉淀到团队配置里。
- 在共享环境引入第三方 server 前,可先配合安全扫描(如 Aguara)做预检。
- GitHub:1,043 stars · 151 forks;最近更新 2026-05-03(GitHub API 验证)。
正文
使用 MCP 目录做评估时建议固定一个循环:
- 先按能力(DB、tracing、CI、browser)与安装面(单二进制 vs npm/pip)过滤。
- 优先选择许可证明确、近期更新、环境变量说明清晰的 server。
- 先从只读开始:tools/list + 诊断调用,确认无误后再逐步开启写入类工具。
README 原文节选(verbatim)

Awesome MCP Servers 
A curated, community-driven list of awesome Model Context Protocol (MCP) servers, tools, frameworks, clients, and utilities. MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations.
BTW, we provide a full list of MCP (Master Control Program) Servers, which is compiled by a web crawler and contains approximately 6000 entries.
All Documents
Call for translators! We're looking for translators to help translate this spec for everyone!
Read our documentation in the following languages:
| Language | Link |
|---|---|
| English | English |
| 简体中文 | 简体中文 |
| 繁體中文 | 繁體中文 |
| 日本語 | 日本語 |
| 한국어 | 한국어 |
What is MCP?
MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP servers that extend AI capabilities through file access, database connections, API integrations, and other contextual services.
Contents
Tutorials
Community
⚠️ Security Warning
FAQ
这是一个 server 实现吗? 答:不是——它是目录集合;每条目都会链接到对应的 MCP server 仓库。
相似 server 怎么选? 答:对比安装复杂度、传输方式(stdio/HTTP)以及文档覆盖的客户端。
怎么降低风险? 答:先扫描第三方 server、本地运行验证,并从只读工具调用开始。
