Awesome-MCP-Servers
by YuzeHao2023
A curated list of Model Context Protocol (MCP) servers
# Add to your Claude Code skills
git clone https://github.com/YuzeHao2023/Awesome-MCP-Servers
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
When running MCP servers without proper sandboxing, they can execute arbitrary code on your system with the same permissions as the host process. This creates significant security risks.
Warning summary:
- System Access: Full access to files, network, and system resources
- Code Execution: Can run commands on your machine
- Prompt Injection: Malicious prompts could trigger unintended server actions
- Data Exposure: Sensitive data may be accessed or leaked
Best practices:
- Use official implementations (marked with ⭐) wh...
