Awesome-MCP-Servers
Awesome-MCP-Servers 是一个精心整理的开源资源列表,专注于收录基于模型上下文协议(MCP)的服务器、工具框架及实用程序。MCP 作为一种开放协议,旨在让 AI 模型能够安全、标准化地连接本地文件、数据库、API 接口及远程资源,从而突破大模型仅能对话的局限,赋予其实际操作外部系统的能力。
该项目主要解决了 AI 应用在与现实世界数据交互时面临的连接标准不统一、实现分散以及安全性难以保障等痛点。通过汇聚社区力量,它提供了一个分类清晰(涵盖文件系统、版本控制、云存储、自动化工作流等二十余个领域)的“导航站”,帮助用户快速找到生产级或实验性的 MCP 服务端实现。此外,项目还特别提供了包含约 6000 条记录的全量爬虫数据列表,并附带详细的安全警示与最佳实践指南,提醒用户在隔离环境中运行以防范风险。
Awesome-MCP-Servers 非常适合 AI 开发者、系统架构师及技术研究人员使用。无论是希望为 Claude Desktop、Cursor、VS Code 等客户端扩展功能的工程师,还是探索 AI Agent 落地场景的研究者,都能在此找到所需的集成方案与技术参考,高效构建具备“手脚”能力的智能应用。
使用场景
某全栈开发者需要让本地 AI 助手同时读取项目代码、查询生产数据库并监控服务器日志,以快速定位一个复杂的线上故障。
没有 Awesome-MCP-Servers 时
- 连接开发耗时:需手动编写大量胶水代码来打通 AI 与文件系统、SQL 数据库及 SSH 终端的接口,耗费数小时配置环境。
- 安全风险不可控:自行编写的脚本缺乏统一的安全沙箱机制,极易因权限过大导致敏感数据泄露或被恶意注入攻击。
- 资源查找困难:面对分散在各处的开源插件,难以甄别哪些支持标准协议、哪些已停止维护,试错成本极高。
- 协作标准缺失:团队成员各自为战,使用的自定义接口不统一,导致 AI 助手在不同人的电脑上表现不一致。
使用 Awesome-MCP-Servers 后
- 即插即用集成:直接从清单中选取经过验证的文件系统、PostgreSQL 和系统监控 MCP 服务,几分钟内即可完成标准化配置。
- 安全最佳实践:采纳列表中标记为官方推荐(⭐)的实现方案,天然具备最小权限控制和隔离运行建议,大幅降低安全隐患。
- 海量精选资源:利用其收录的约 6000 个条目及分类索引,迅速找到匹配特定云平台和开发工具的成熟服务端实现。
- 生态互联互通:基于统一的 Model Context Protocol 标准,确保 AI 助手在 Claude Desktop、Cursor 或 VS Code 等不同客户端间无缝切换。
Awesome-MCP-Servers 通过提供标准化、安全且丰富的服务端生态,将开发者从繁琐的底层对接中解放出来,让 AI 真正安全高效地成为操作系统的“超级副驾驶”。
运行环境要求
未说明
未说明

快速开始

令人惊叹的 MCP 服务器 
这是一份精心挑选、由社区驱动的优秀模型上下文协议(MCP)服务器、工具、框架、客户端和实用程序列表。MCP 是一种开放协议,它通过标准化的服务器实现,使 AI 模型能够安全地与本地和远程资源进行交互。
顺便提一下,我们提供了一份完整的 MCP(主控程序)服务器列表,该列表由网络爬虫编译而成,包含约 6000 条条目。
所有文档
征集翻译人员!我们正在寻找翻译人员,帮助将本规范翻译成多种语言,惠及更多人!
请阅读以下语言版本的文档:
| 语言 | 链接 |
|---|---|
| 英语 | English |
| 简体中文 | 简体中文 |
| 繁體中文 | 繁體中文 |
| 日本語 | 日本語 |
| 韩国語 | 한국어 |
什么是 MCP?
MCP 是一种开放协议,它通过标准化的服务器实现,使 AI 模型能够安全地与本地和远程资源进行交互。本列表专注于生产就绪和实验性的 MCP 服务器,这些服务器通过文件访问、数据库连接、API 集成以及其他上下文服务来扩展 AI 的能力。
目录
教程
社区
⚠️ 安全警告
在没有适当沙箱隔离的情况下运行 MCP 服务器时,它们可能会以与宿主进程相同的权限在您的系统上执行任意代码。这会带来严重的安全风险。
警告摘要:
- 系统访问:完全访问文件、网络和系统资源
- 代码执行:可在您的机器上运行命令
- 提示注入:恶意提示可能触发服务器的意外行为
- 数据泄露:敏感数据可能被访问或泄露
最佳实践:
- 尽量使用官方实现(标有 ⭐)
- 在虚拟机或隔离容器中运行服务器
- 在安装前仔细审查代码和配置
- 将权限限制到最低必要范围
- 监控服务器活动和日志
支持的客户端示例
许多 MCP 客户端和 UI 可以连接到此处列出的服务器。示例包括(但不限于):
- Claude Desktop / Claude 客户端
- Zed
- Sourcegraph Cody
- Cursor
- Visual Studio Code
- LibreChat
- 各种 CLI 和基于浏览器的客户端
(特定客户端的图标和链接通常显示在各个服务器/项目页面上。)
服务器实现(分类)
- 📂 文件系统
- 📦 沙箱与虚拟化
- 🔄 版本控制
- ☁️ 云存储
- 🗄️ 数据库
- 💬 通信
- 📈 监控
- 🔍 搜索与网络
- 🗺️ 定位服务
- 🎯 营销
- 📝 笔记记录
- ⚡ 云平台
- ⚙️ 工作流自动化
- 🤖 系统自动化
- 📱 社交媒体
- 🎮 游戏
- 💹 金融
- 🧬 研究与数据
- 🤝 AI 服务
- 💻 开发工具
- 📊 数据可视化
- 🆔 身份认证
- 🔗 聚合器
- 💬 语言与翻译
- 🔒 安全
- 🔌 物联网
- 🧑🎨 艺术与文学
- 🛒 电子商务
- 📦 数据平台
- 🤖 机器人与物理 AI
图例:
- ⭐ 官方协议实现
- 1,2,3,... 多个实现时的排序编号
参考服务器
这些是演示 MCP 功能的示例/参考服务器和核心 SDK 示例。
- Everything(带有提示、资源和工具的参考/测试服务器)
- Fetch
- Filesystem
- Git
- Memory
- Sequential Thinking
- Time
官方服务器
官方集成由为各自平台构建生产就绪 MCP 服务器的公司维护。(存在时标有 ⭐)
- 1mcpserver — https://github.com/particlefuture/1mcpserver
- 21st.dev Magic — https://github.com/21st-dev/magic-mcp
- 4everland/4everland-hosting-mcp — https://github.com/4everland/4everland-hosting-mcp
- Adfin — https://github.com/Adfin-Engineering/mcp-server-adfin
- Agent Mindshare — https://agentmindshare.com
- AgentQL — https://github.com/tinyfish-io/agentql-mcp
- AgentRPC — https://github.com/agentrpc/agentrpc
- Aiven — https://github.com/Aiven-Open/mcp-aiven
- AlibabaCloud DevOps MCP — https://github.com/aliyun/alibabacloud-devops-mcp-server
- Apify Actors — https://github.com/apify/actors-mcp-server
- Box — https://github.com/box-community/mcp-server-box (⭐)
- Cloudflare — https://github.com/cloudflare/mcp-server-cloudflare (⭐)
- GitHub — https://github.com/github/github-mcp-server(官方)
- Notion — https://github.com/makenotion/notion-mcp(官方)
- Stripe — https://github.com/stripe/agent-toolkit/tree/main(⭐)
- PayPal — https://github.com/paypal/agent-toolkit/tree/main(⭐)
- Tinybird — https://github.com/tinybirdco/mcp-tinybird(⭐)
- Cloud-run、AWS、Azure、Google 的相关产品——awslabs 和 Google 仓库中的多个官方 MCP 服务器,均属于 modelcontextprotocol 项目。
(有关官方服务器和厂商维护实现的完整列表,请参阅本文档中的“官方服务器”和“参考服务器”,以及所链接的仓库。)
工具与实用程序
用于发现、安装、管理以及使用 MCP 服务器的实用工具。
服务器管理工具:
- mcp-get — 用于安装和管理 MCP 服务器的命令行工具(面向 Claude Desktop)— https://github.com/michaellatman/mcp-get
- mxcp — 一个用于构建安全企业级 MCP 工具的开源框架 — http://github.com/raw-labs/mxcp
- Remote MCP — 用于远程 MCP 通信的解决方案 — https://github.com/ssut/Remote-MCP
- yamcp — 模型上下文工作区管理器 — https://github.com/hamidra/yamcp
- ToolHive — 一款轻量级实用工具,用于简化部署和管理 — https://github.com/StacklokLabs/toolhive
- MCP Installer — https://github.com/anaisbetts/mcp-installer
其他实用程序:
- Secure Fetch — 安全的获取工具,可防止访问本地资源 — https://github.com/appsec-innovation-labs/secure-mcp-fetch
- mcp-cli — MCP 服务器的命令行检查工具 — https://github.com/wong2/mcp-cli
- mcp-get、mcp-installer 等类似工具,用于简化安装和发现过程。
类别:文件系统 (📂)
提供对本地或远程文件系统的访问,并支持可配置的权限设置。
- Backup — https://github.com/hexitex/MCP-Backup-Server
- FileStash — https://github.com/mickael-kerjean/filestash/tree/master/server/plugin/plg_handler_mcp
- FileSystem(modelcontextprotocol 参考)— https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem (1)
- FileSystem(mark3labs)— https://github.com/mark3labs/mcp-filesystem-server (2)
- Everything Search — https://github.com/mamertofabian/mcp-everything-search
- fast-filesystem-mcp — https://github.com/efforthye/fast-filesystem-mcp
- llm-context — https://github.com/cyberchitta/llm-context.py
类别:沙箱与虚拟化 (📦)
用于代码执行的安全沙箱环境。
- Microsandbox(⭐)— https://github.com/microsandbox/microsandbox
- E2B(⭐)— https://github.com/e2b-dev/mcp-server
- Docker(QuantGeekDev)— https://github.com/QuantGeekDev/docker-mcp
类别:版本控制 (🔄)
与 Git 和版本控制相关的 MCP 服务器。
- GitHub(1)— https://github.com/github/github-mcp-server(官方)
- GitHub Repos Manager — https://github.com/kurdin/github-repos-manager-mcp
- GitLab — https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab
- Git(直接)— https://github.com/modelcontextprotocol/servers/tree/main/src/git
- Phabricator — https://github.com/baba786/phabricator-mcp-server
- Gitingest-MCP — https://github.com/puravparab/Gitingest-MCP
类别:云存储 (☁️)
访问云存储平台。
- Google Drive — https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive
- Box(⭐)— https://developer.box.com/guides/box-mcp/
- VideoDB(agent-toolkit)— https://github.com/video-db/agent-toolkit/tree/main/modelcontextprotocol(⭐)
- Microsoft 365 — https://github.com/softeria/ms-365-mcp-server
类别:数据库 (🗄️)
提供数据库访问功能,支持模式检查和查询。
- PostgreSQL — https://github.com/modelcontextprotocol/servers/tree/main/src/postgres
- SQLite — https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite
- DuckDB — https://github.com/ktanaka101/mcp-server-duckdb
- Excel — https://github.com/haris-musa/excel-mcp-server
- BigQuery — https://github.com/LucasHild/mcp-server-bigquery(1)及 https://github.com/ergut/mcp-bigquery-server(2)
- Neon(⭐)— https://github.com/neondatabase/mcp-server-neon
- Qdrant(⭐)— https://github.com/qdrant/mcp-server-qdrant/
- MongoDB — https://github.com/kiliczsh/mcp-mongo-server
- MongoDB Lens — https://github.com/furey/mongodb-lens
- MySQL — https://github.com/designcomputer/mysql_mcp_server
- Airtable — https://github.com/domdomegg/airtable-mcp-server
- Snowflake — https://github.com/isaacwasserman/mcp-snowflake-server
- DBUtils — https://github.com/donghao1393/mcp-dbutils
- TiDB — https://github.com/c4pt0r/mcp-server-tidb
- NocoDB — https://github.com/edwinbernadus/nocodb-mcp-server
- Couchbase(⭐)— https://github.com/Couchbase-Ecosystem/mcp-server-couchbase
- Redis(⭐)— https://github.com/redis/mcp-redis
- 许多其他特定于数据库的服务器列在社区服务器中。
类别:通信 (💬)
与聊天和消息平台集成。
- Slack — https://github.com/korotovsky/slack-mcp-server
- LINE 官方账号(⭐)— https://github.com/line/line-bot-mcp-server
- Linear — https://github.com/jerhadf/linear-mcp-server
- Atlassian — https://github.com/sooperset/mcp-atlassian
- Carbon Voice(⭐)— https://github.com/PhononX/cv-mcp-server
- ntfy — https://github.com/gitmotion/ntfy-me-mcp
类别:监控 (📈)
访问可观测性和监控系统。
- Metoro — https://github.com/metoro-io/metoro-mcp-server
- Raygun — https://github.com/MindscapeHQ/mcp-server-raygun
- Sentry — https://github.com/modelcontextprotocol/servers/tree/main/src/sentry
- sslmon — https://github.com/firesh/sslmon-mcp
- Signoz — https://github.com/DrDroidLab/signoz-mcp-server
- VictoriaMetrics — https://github.com/VictoriaMetrics-Community/mcp-victoriametrics
类别:搜索与网络 (🔍)
网页抓取、爬取和搜索。
- Puppeteer — https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer
- Brave Search — https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search
- Bright Data — https://github.com/luminati-io/brightdata-mcp
- Dumpling AI — https://github.com/Dumpling-AI/mcp-server-dumplingai
- Fetch — https://github.com/modelcontextprotocol/servers/tree/main/src/fetch
- Kagi Search — https://github.com/ac3xx/mcp-servers-kagi
- Exa Search(⭐)— https://github.com/exa-labs/exa-mcp-server
- NYTimes — https://github.com/angheljf/nyt
- Google News — https://github.com/ChanMeng666/server-google-news
- Scrapeless — https://github.com/scrapeless-ai/scrapeless-mcp-server
- Search1API — https://github.com/fatwang2/search1api-mcp
- RivalSearchMCP — https://github.com/damionrashford/RivalSearchMCP
- Tavily — https://github.com/Tomatio13/mcp-server-tavily
- ArXiv — https://github.com/blazickjp/arxiv-mcp-server
- PapersWithCode — https://github.com/hbg/mcp-paperswithcode
- Playwright — https://github.com/executeautomation/mcp-playwright
- Websearch(SearXNG)— https://github.com/mnhlt/WebSearch-MCP 及 https://github.com/ihor-sokoliuk/mcp-searxng
- Apify Actors 和 RAG 网页浏览器 — https://github.com/apify/actors-mcp-server 及 https://github.com/apify/mcp-server-rag-web-browser
- Coupang MCP — https://github.com/uju777/coupang-mcp - 韩国电商搜索,支持火箭配送筛选
- Naver 搜索 MCP — https://github.com/uju777/mcp-server-naver-search - 针对韩国用户的 Naver 购物、咖啡馆、新闻搜索
- Scrapeless 以及许多专注于网页抓取的 MCP 服务器均列在社区服务器中。
类别:位置服务 (🗺️)
地图与地理定位。
- Campertunity — https://github.com/campertunity/mcp-server
- Google 地图 — https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps
- IPLocate — https://github.com/iplocate/mcp-server-iplocate
- IP2Location.io — https://github.com/ip2location/mcp-ip2location-io
- QGIS — https://github.com/jjsantos01/qgis_mcp
类别:营销 (🎯)
营销与分析工具。
- Agent Mindshare — https://agentmindshare.com
- Open Strategy Partners 营销工具 — https://github.com/open-strategy-partners/osp_mark
- Fathom Analytics — https://github.com/mackenly/mcp-fathom-analytics
- Facebook 广告 — https://github.com/gomarble-ai/facebook-ads-mcp-server
- Google 广告 — https://github.com/gomarble-ai/google-ads-mcp-server
类别:笔记记录 (📝)
个人知识与笔记集成。
- eBook-mcp — https://github.com/onebirdrocks/ebook-mcp
- Obsidian (1/2) — https://github.com/MarkusPfundstein/mcp-obsidian 和 https://github.com/calclavia/mcp-obsidian
- Notion (1/2) — https://github.com/danhilse/notion_mcp 和 https://github.com/suekou/mcp-notion-server
- Apple Notes — https://github.com/sirmews/apple-notes-mcp (macOS)
- Slite — https://github.com/fajarmf/slite-mcp
- Todoist — https://github.com/abhiz123/todoist-mcp-server
- Google Keep — https://github.com/feuerdev/keep-mcp
- OMEGA — https://github.com/omega-memory/core(用于 AI 编程代理的持久化内存。在 LongMemEval 基准测试中排名第一(95.4%)。包含 12 种具有语义搜索、自动捕获和智能遗忘功能的 MCP 工具。本地优先,零云端依赖。)
类别:云平台 (⚡)
云服务提供商与编排工具。
- Cloudflare (⭐) — https://github.com/cloudflare/mcp-server-cloudflare
- Kubernetes(多种实现)— https://github.com/strowk/mcp-k8s-go (1)、https://github.com/weibaohui/k8m (2)、https://github.com/StacklokLabs/mkp (3)
- Tinybird (⭐) — https://github.com/tinybirdco/mcp-tinybird
- Google Cloud Run — https://github.com/GoogleCloudPlatform/cloud-run-mcp
- Render — https://render.com/docs/mcp-server
类别:工作流自动化 (⚙️)
自动化平台与工作流工具。
- Make (⭐) — https://github.com/integromat/make-mcp-server
- Make (2) — https://github.com/danishashko/make-mcp — 非官方社区分支,拥有 200 多个模块、自动修复和路由器支持
- Taskade (⭐) — https://github.com/taskade/mcp
- Zapier — https://zapier.com/mcp
- Pipedream — https://github.com/PipedreamHQ/pipedream/tree/master/modelcontextprotocol
- 工具聚合平台如 Rube、Rube/Composio 和 MCPJungle 列于聚合器部分。
类别:系统自动化 (🤖)
Shell、操作系统及任务自动化。
- Shell (wcgw) — https://github.com/rusiaaman/wcgw
- Windows CLI — https://github.com/SimonB97/win-cli-mcp
- Windows 控制 — https://github.com/Cheffromspace/nutjs-windows-control
- 命令行 — https://github.com/phialsbasement/cmd-mcp-server
- Apple 快捷指令 — https://github.com/recursechat/mcp-server-apple-shortcuts
类别:社交媒体 (📱)
社交平台集成。
- BlueSky — https://github.com/keturiosakys/bluesky-context-server
- YouTube — https://github.com/anaisbetts/mcp-youtube 和 https://github.com/kimtaeyoon83/mcp-server-youtube-transcript
- Spotify — https://github.com/varunneal/spotify-mcp
- TikTok — https://github.com/Seym0n/tiktok-mcp
- Instagram 私信 — https://github.com/trypeggy/instagram_dm_mcp
- X/Twitter — https://github.com/mbelinky/x-mcp-server
- Social Neuron(52 种用于 AI 驱动的社交媒体内容生命周期的 MCP 工具——构思、创作、分发、分析和优化,并结合闭环学习)— https://github.com/socialneuron/mcp-server [npm: @socialneuron/mcp-server]
类别:游戏 (🎮)
游戏引擎与工具。
类别:金融 (💹)
支付、市场数据与金融工具。
- Omnis Venture Intelligence MCP — https://github.com/HCS412/ventureautomated(面向自主代理的远程风险投资情报:初创企业发现、公司评分、监控以及企业工作空间自动化)[glama](https://glama.ai/mcp/connectors/io.github.HCS412/ventureautomated-omnis)
- AgentFund — https://github.com/RioBot-Grind/agentfund-mcp
- Octagon (⭐) — https://github.com/OctagonAI/octagon-mcp-server
- CoinMarket — https://github.com/anjor/coinmarket-mcp-server
- Chargebee (⭐) — https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol
- DexPaprika (⭐) — https://github.com/donbagger/dexpaprika-mcp-server
- Mercado Pago — https://mcp.mercadopago.com/
- PayPal (⭐) — https://github.com/paypal/agent-toolkit
- Stripe (⭐) — https://github.com/stripe/agent-toolkit
- LongPort OpenAPI (⭐) — https://github.com/longportapp/openapi/tree/main/mcp
- x402engine-mcp(通过 HTTP 402 微支付为 AI 代理提供 50 多种按调用计费的 API)— https://github.com/agentc22/x402engine-mcp
- awesome-x402(精选的 x402 支付协议 MCP 服务器和工具目录)— https://github.com/xpaysh/awesome-x402
类别:研究与数据 (🧬)
论文、数据集与领域数据。
- ArXiv — https://github.com/blazickjp/arxiv-mcp-server
- Ancestry — https://github.com/reeeeemo/ancestry-mcp
- Probe.dev — https://mcp.probe.dev
- OpenNutrition — https://github.com/deadletterq/mcp-opennutrition
- Congress(立法数据)— https://github.com/amurshak/congressMCP
类别:AI 服务 (🤝)
AI 模型与机器学习服务集成。
- Agentset AI — https://github.com/agentset-ai/mcp-server
- NeuroLink — https://github.com/juspay/neurolink
- OpenAI — https://github.com/pierrebrunelle/mcp-server-openai
- 兼容 OpenAI 的聊天 — https://github.com/pyroprompts/any-chat-completions-mcp
- Perplexity — https://github.com/tanigami/mcp-server-perplexity
- LlamaCloud — https://github.com/run-llama/mcp-server-llamacloud
- HuggingFace Spaces — https://github.com/evalstate/mcp-hfspace
- PiAPI — https://github.com/apinetwork/piapi-mcp-server
- Chronulus AI — https://github.com/ChronulusAI/chronulus-mcp
- Creatify — https://github.com/TSavo/creatify-mcp
- ZenML (⭐) — https://github.com/zenml-io/mcp-zenml
类别:开发工具 (💻)
以开发者为中心的 MCP 服务器和工具。
- CentralMind/Gateway — https://github.com/centralmind/gateway
- Currents (⭐) — https://github.com/currents-dev/currents-mcp
- Octocode — https://github.com/bgauryy/octocode-mcp
- OpenAPI Schema Explorer — https://github.com/kadykov/mcp-openapi-schema-explorer
- OpenRPC — https://github.com/shanejonas/openrpc
- Postman — https://github.com/delano/postman-mcp-server
- QA Sphere (⭐) — https://github.com/Hypersequent/qasphere-mcp
- flutter-skill — https://github.com/ai-dashboad/flutter-skill — 面向任何应用的 AI 驱动端到端测试桥。支持 Flutter、iOS、Android、Web、Electron、Tauri、KMP、React Native、.NET MAUI。
- marimo (⭐) — https://github.com/marimo-team/codemirror-mcp
- Figma — https://github.com/GLips/Figma-Context-MCP
- Comet Opik (⭐) — https://github.com/comet-ml/opik-mcp
- VSCode Devtools — https://github.com/biegehydra/BifrostMCP
- Mastra/mcp (⭐) — https://github.com/mastra-ai/mastra/tree/main/packages/mcp
- Bucket — https://github.com/bucketco/bucket-javascript-sdk/tree/main/packages/cli#model-context-protocol
- DefangLabs/defang — https://github.com/DefangLabs/defang
- jarp-mcp — https://github.com/tersePrompts/jarp-mcp
- HendryAvila/Hoofy — https://github.com/HendryAvila/Hoofy — 基于规范的开发助手,具备持久化存储(SQLite + FTS5 + 知识图谱)、自适应变更流水线(12 种流程变体)、带有清晰度关卡的全新项目流水线以及业务规则提取功能。包含 32 种 MCP 工具。单个 Go 二进制文件。
- 社区服务器和官方服务器中还有许多其他项目
类别:数据可视化 (📊)
图表和 diagram 工具。
- VegaLite — https://github.com/isaacwasserman/mcp-vegalite-server
- Chart (AntV) — https://github.com/antvis/mcp-server-chart
- ECharts — https://github.com/hustcc/mcp-echarts
- Mermaid — https://github.com/hustcc/mcp-mermaid
- unified-diff-mcp — https://github.com/gorosun/unified-diff-mcp
类别:身份识别 (🆔)
身份与访问管理。
类别:聚合器 (🔗)
暴露多种集成的单一 MCP 端点。
- SkillBoss — https://github.com/heeyo-life/skillboss-mcp — 一个 API 密钥即可接入 100 多种 AI 服务(Claude、GPT、Gemini、DeepSeek、图像、视频、数据抓取、支付、邮件等)。兼容 OpenAI。可在 Claude Code、Cursor、Windsurf 中使用。
- MCPJungle — https://github.com/mcpjungle/MCPJungle
- Rube — https://rube.composio.dev
- Pipedream — https://github.com/PipedreamHQ/pipedream/tree/master/modelcontextprotocol
- Zapier — https://zapier.com/mcp
- Plugged.in — https://github.com/VeriTeknik/pluggedin-mcp-proxy
- MCP 聚合器 / Combine — https://github.com/nazar256/combine-mcp
- Magg — https://github.com/sitbon/magg
类别:语言与翻译 (💬)
翻译和语言服务。
- Lara (⭐) — https://github.com/translated/lara-mcp
类别:安全 (🔒)
专注于安全的服务器和扫描工具。
- Semgrep — https://github.com/semgrep/mcp
- Microsoft Entra ID — 与身份相关的微软 MCP
- Netwrix (⭐) — https://github.com/netwrix/mcp-server-naa
- OSV — https://github.com/StacklokLabs/osv-mcp
- Vulert — https://vulert.com
- Thales / CDSP 服务器 — 各种用于密钥和凭据的 MCP 集成
- Agent OS — https://github.com/imran-siddique/agent-os — 面向 AI 代理的内核级治理 MCP 服务器 — 强制执行确定性策略(工具过滤、预算上限、速率限制、审计日志),而非基于提示的安全护栏。属于 microsoft/agent-lightning(14k★)。可通过
npx agentos-mcp-server运行。
类别:物联网 (🔌)
用于设备和 IoT 集成的 MCP 服务器。
- Coreflux MQTT — https://github.com/CorefluxCommunity/CorefluxMCPServer
类别:艺术与文学 (🧑🎨)
书籍、图书馆和创意工具。
- MCP 开放图书馆 — https://github.com/8enSmith/mcp-open-library
- Pollinations — https://github.com/pollinations/model-context-protocol
类别:电子商务 (🛒)
电商和市场平台集成。
- Mercado Libre — https://mcp.mercadolibre.com/
- Gunsnation — https://github.com/DynamicDeals/mcp-server-gunsnation
- ShopSavvy (⭐) — https://github.com/shopsavvy/shopsavvy-mcp-server
类别:数据平台 (📦)
编排和数据管道平台。
- Keboola (⭐) — https://github.com/keboola/keboola-mcp-server
类别:机器人与物理 AI (🤖)
机器人和设备控制。
社区服务器
由社区维护的广泛 MCP 服务器集合(精选亮点——生态系统中还有更多):
- AllInOneMCP / MCP Discovery / MCP of MCPs — https://github.com/particlefuture/MCPDiscovery
- Airtable — https://github.com/domdomegg/airtable-mcp-server
- Agentset — https://github.com/agentset-ai/mcp-server
- Alertmanager — https://github.com/ntk148v/alertmanager-mcp-server
- Algorand — https://github.com/GoPlausible/algorand-mcp
- Android MCP — https://github.com/minhalvp/android-mcp-server
- AniList — https://github.com/yuna0x0/anilist-mcp
- AnkiConnect — https://github.com/spacholski1225/anki-connect-mcp
- APISIX-MCP — https://github.com/api7/apisix-mcp
- Apple Notes — https://github.com/RafalWilinski/mcp-apple-notes
- Apple Shortcuts — https://github.com/recursechat/mcp-server-apple-shortcuts
- AWS EC2 定价 — https://github.com/trilogy-group/aws-pricing-mcp
- Backup — https://github.com/hexitex/MCP-Backup-Server
- Basecamp — https://github.com/georgeantonopoulos/Basecamp-MCP-Server
- BigQuery 服务器 — https://github.com/LucasHild/mcp-server-bigquery 和 https://github.com/ergut/mcp-bigquery-server
- Binary Ninja 集成 — https://github.com/fosdickio/binary_ninja_mcp
- Bing Webmaster Tools — https://github.com/isiahw1/mcp-server-bing-webmaster
- Bluesky — https://github.com/keturiosakys/bluesky-context-server
- BloodHound-MCP — https://github.com/MorDavid/BloodHound-MCP-AI
- Box 社区服务器 — https://github.com/hmk/box-mcp-server
- 浏览器 MCP — 针对本地和远程浏览器自动化的多种实现
- bytebase/dbhub — https://github.com/bytebase/dbhub
- 计算器 — https://github.com/githejie/mcp-server-calculator
- CalDAV MCP — https://github.com/dominik1001/caldav-mcp
- 上下文感知及发现服务器(context-awesome、ref 等)
- Currents — https://github.com/currents-dev/currents-mcp
- DINO-X、Digma、Driflyte、DreamFactory、Dash0、特定数据库服务器等众多项目。
(有关社区服务器和链接的完整详细列表,请参阅 MCP 生态系统中社区和官方部分的汇总清单。本 README 汇总并整理了主要类别及多个示例项目;社区持续维护着快速增长的服务器集合——请查看相关仓库以获取最新信息。)
客户端
用于消费 MCP 服务器的客户端和 UI 工具:
- MBro — https://github.com/sitbon/magg/blob/main/docs/mbro.md
- mcp-cli — https://github.com/wong2/mcp-cli
- mcp-client — https://github.com/rakesh-eltropy/mcp-client
- MCP-Bridge — https://github.com/SecretiveShell/MCP-Bridge
- MCP-Chatbot (⭐ CLI) — https://github.com/3choff/mcp-chatbot
- Zed — https://github.com/zed-industries/zed
- genkit — https://github.com/firebase/genkit
- Continue — https://github.com/continuedev/continue
- gpt-computer-assistant — https://github.com/Upsonic/gpt-computer-assistant
- MCP-Connect — https://github.com/EvalsOne/mcp-connect
- codemirror-mcp — https://github.com/marimo-team/codemirror-mcp
- LibreChat — https://www.librechat.ai/
- mcphub.nvim — https://github.com/ravitemer/mcphub.nvim
- Nerve — https://github.com/evilsocket/nerve
- Shinkai — http://github.com/dcSpark/shinkai-apps/
- mcps-playground — https://mcpsplayground.com/chat
框架
用于构建 MCP 服务器的框架和脚手架:
- PraisonAI MCP — https://github.com/MervinPraison/praisonai-mcp(包含 64 多种内置工具的 AI 代理框架,支持搜索、记忆、工作流和代码执行)
用于构建 MCP 服务器的框架和脚手架:
- create-mcp-ts — https://github.com/stephencme/create-mcp-ts
- LiteMCP — https://github.com/wong2/litemcp
- mcp-framework — https://github.com/QuantGeekDev/mcp-framework
- MCP Plexus — https://github.com/super-i-tech/mcp_plexus
- oatpp-mcp — https://github.com/oatpp/oatpp-mcp
- centralmind/gateway — https://github.com/centralmind/gateway
- ToolHive — https://github.com/Stacklok/toolhive
- fastMCP4J — https://github.com/tersePrompts/fastMCP4J
- 还有许多其他工具可简化服务器搭建、类型安全及安全最佳实践。
注意事项与建议
- 始终在隔离环境中(容器或虚拟机)运行不受信或社区维护的 MCP 服务器,并限制对敏感资源的访问。
- 生产环境中优先选择官方厂商维护的服务器(标有 ⭐)。
- 请查看每个服务器仓库中的文档,了解传输协议(stdio、SSE、HTTP)、认证方式以及示例客户端信息。
- 该生态系统发展迅速,不断有新的服务器、客户端和框架涌现。如果您维护某个服务器,请确保其仓库提供清晰的安装和安全指南。
- SkillFlow MCP 服务器 - 可以从 SkillFlow 市场搜索并发现 AI 代理技能,浏览超过 500 种带有信任度指标、分类和评分的技能。
贡献者
如果您觉得本项目有所帮助,请引用以下内容:
@misc{hao2025mcp,
title={Awesome-MCP-Servers},
author={所有 Awesome-MCP-Servers 贡献者},
year={2025},
publisher = {GitHub},
journal = {GitHub 仓库},
howpublished = {\url{https://github.com/YuzeHao2023/Awesome-MCP-Servers}},
}
相似工具推荐
openclaw
OpenClaw 是一款专为个人打造的本地化 AI 助手,旨在让你在自己的设备上拥有完全可控的智能伙伴。它打破了传统 AI 助手局限于特定网页或应用的束缚,能够直接接入你日常使用的各类通讯渠道,包括微信、WhatsApp、Telegram、Discord、iMessage 等数十种平台。无论你在哪个聊天软件中发送消息,OpenClaw 都能即时响应,甚至支持在 macOS、iOS 和 Android 设备上进行语音交互,并提供实时的画布渲染功能供你操控。 这款工具主要解决了用户对数据隐私、响应速度以及“始终在线”体验的需求。通过将 AI 部署在本地,用户无需依赖云端服务即可享受快速、私密的智能辅助,真正实现了“你的数据,你做主”。其独特的技术亮点在于强大的网关架构,将控制平面与核心助手分离,确保跨平台通信的流畅性与扩展性。 OpenClaw 非常适合希望构建个性化工作流的技术爱好者、开发者,以及注重隐私保护且不愿被单一生态绑定的普通用户。只要具备基础的终端操作能力(支持 macOS、Linux 及 Windows WSL2),即可通过简单的命令行引导完成部署。如果你渴望拥有一个懂你
stable-diffusion-webui
stable-diffusion-webui 是一个基于 Gradio 构建的网页版操作界面,旨在让用户能够轻松地在本地运行和使用强大的 Stable Diffusion 图像生成模型。它解决了原始模型依赖命令行、操作门槛高且功能分散的痛点,将复杂的 AI 绘图流程整合进一个直观易用的图形化平台。 无论是希望快速上手的普通创作者、需要精细控制画面细节的设计师,还是想要深入探索模型潜力的开发者与研究人员,都能从中获益。其核心亮点在于极高的功能丰富度:不仅支持文生图、图生图、局部重绘(Inpainting)和外绘(Outpainting)等基础模式,还独创了注意力机制调整、提示词矩阵、负向提示词以及“高清修复”等高级功能。此外,它内置了 GFPGAN 和 CodeFormer 等人脸修复工具,支持多种神经网络放大算法,并允许用户通过插件系统无限扩展能力。即使是显存有限的设备,stable-diffusion-webui 也提供了相应的优化选项,让高质量的 AI 艺术创作变得触手可及。
everything-claude-code
everything-claude-code 是一套专为 AI 编程助手(如 Claude Code、Codex、Cursor 等)打造的高性能优化系统。它不仅仅是一组配置文件,而是一个经过长期实战打磨的完整框架,旨在解决 AI 代理在实际开发中面临的效率低下、记忆丢失、安全隐患及缺乏持续学习能力等核心痛点。 通过引入技能模块化、直觉增强、记忆持久化机制以及内置的安全扫描功能,everything-claude-code 能显著提升 AI 在复杂任务中的表现,帮助开发者构建更稳定、更智能的生产级 AI 代理。其独特的“研究优先”开发理念和针对 Token 消耗的优化策略,使得模型响应更快、成本更低,同时有效防御潜在的攻击向量。 这套工具特别适合软件开发者、AI 研究人员以及希望深度定制 AI 工作流的技术团队使用。无论您是在构建大型代码库,还是需要 AI 协助进行安全审计与自动化测试,everything-claude-code 都能提供强大的底层支持。作为一个曾荣获 Anthropic 黑客大奖的开源项目,它融合了多语言支持与丰富的实战钩子(hooks),让 AI 真正成长为懂上
ComfyUI
ComfyUI 是一款功能强大且高度模块化的视觉 AI 引擎,专为设计和执行复杂的 Stable Diffusion 图像生成流程而打造。它摒弃了传统的代码编写模式,采用直观的节点式流程图界面,让用户通过连接不同的功能模块即可构建个性化的生成管线。 这一设计巧妙解决了高级 AI 绘图工作流配置复杂、灵活性不足的痛点。用户无需具备编程背景,也能自由组合模型、调整参数并实时预览效果,轻松实现从基础文生图到多步骤高清修复等各类复杂任务。ComfyUI 拥有极佳的兼容性,不仅支持 Windows、macOS 和 Linux 全平台,还广泛适配 NVIDIA、AMD、Intel 及苹果 Silicon 等多种硬件架构,并率先支持 SDXL、Flux、SD3 等前沿模型。 无论是希望深入探索算法潜力的研究人员和开发者,还是追求极致创作自由度的设计师与资深 AI 绘画爱好者,ComfyUI 都能提供强大的支持。其独特的模块化架构允许社区不断扩展新功能,使其成为当前最灵活、生态最丰富的开源扩散模型工具之一,帮助用户将创意高效转化为现实。
gemini-cli
gemini-cli 是一款由谷歌推出的开源 AI 命令行工具,它将强大的 Gemini 大模型能力直接集成到用户的终端环境中。对于习惯在命令行工作的开发者而言,它提供了一条从输入提示词到获取模型响应的最短路径,无需切换窗口即可享受智能辅助。 这款工具主要解决了开发过程中频繁上下文切换的痛点,让用户能在熟悉的终端界面内直接完成代码理解、生成、调试以及自动化运维任务。无论是查询大型代码库、根据草图生成应用,还是执行复杂的 Git 操作,gemini-cli 都能通过自然语言指令高效处理。 它特别适合广大软件工程师、DevOps 人员及技术研究人员使用。其核心亮点包括支持高达 100 万 token 的超长上下文窗口,具备出色的逻辑推理能力;内置 Google 搜索、文件操作及 Shell 命令执行等实用工具;更独特的是,它支持 MCP(模型上下文协议),允许用户灵活扩展自定义集成,连接如图像生成等外部能力。此外,个人谷歌账号即可享受免费的额度支持,且项目基于 Apache 2.0 协议完全开源,是提升终端工作效率的理想助手。
markitdown
MarkItDown 是一款由微软 AutoGen 团队打造的轻量级 Python 工具,专为将各类文件高效转换为 Markdown 格式而设计。它支持 PDF、Word、Excel、PPT、图片(含 OCR)、音频(含语音转录)、HTML 乃至 YouTube 链接等多种格式的解析,能够精准提取文档中的标题、列表、表格和链接等关键结构信息。 在人工智能应用日益普及的今天,大语言模型(LLM)虽擅长处理文本,却难以直接读取复杂的二进制办公文档。MarkItDown 恰好解决了这一痛点,它将非结构化或半结构化的文件转化为模型“原生理解”且 Token 效率极高的 Markdown 格式,成为连接本地文件与 AI 分析 pipeline 的理想桥梁。此外,它还提供了 MCP(模型上下文协议)服务器,可无缝集成到 Claude Desktop 等 LLM 应用中。 这款工具特别适合开发者、数据科学家及 AI 研究人员使用,尤其是那些需要构建文档检索增强生成(RAG)系统、进行批量文本分析或希望让 AI 助手直接“阅读”本地文件的用户。虽然生成的内容也具备一定可读性,但其核心优势在于为机器
