# Add to your Claude Code skills
git clone https://github.com/YuzeHao2023/Awesome-MCP-Servers
README.md
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.
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
183,625
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.
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 ⭐) when available
Run servers in VMs or isolated containers
Review code and configuration before installation
Limit permissions to the minimum required
Monitor server activity and logs
Examples of Supported Clients
Many MCP clients and UIs can connect to servers listed here. Examples include (but are not limited to):
Claude Desktop / Claude clients
Zed
Sourcegraph Cody
Cursor
Visual Studio Code
LibreChat
Various CLI and browser-based clients
(Icons and links for specific clients are commonly shown on the individual server/project pages.)
Server Implementations (Categories)
📂 File Systems
📦 Sandbox & Virtualization
🔄 Version Control
☁️ Cloud Storage
🗄️ Databases
💬 Communication
📈 Monitoring
🔍 Search & Web
🗺️ Location Services
🎯 Marketing
📝 Note Taking
⚡ Cloud Platforms
⚙️ Workflow Automation
🤖 System Automation
📱 Social Media
🎮 Gaming
💹 Finance
🧬 Research & Data
🤝 AI Services
💻 Development Tools
📊 Data Visualization
🆔 Identity
🔗 Aggregators
💬 Language & Translation
🔒 Security
🔌 IoT
🧑🎨 Art & Literature
🛒 E-Commerce
📦 Data Platforms
🤖 Robotics & Physical AI
Legend:
⭐ Official protocol implementation
1,2,3,... Implementation ordering when multiple exist
Reference Servers
These are example/reference servers and core SDK examples demonstrating MCP features.
Everything (Reference / test server with prompts, resources, and tools)
Cloud-run, AWS, Azure, Google offerings — various official MCP servers in the awslabs and Google repos under modelcontextprotocol.
(For a full list of official servers and vendor-maintained implementations, see the "Official Servers" and "Reference Servers" in this document and the linked repos.)
Tools & Utilities
Helpful utilities to discover, install, manage, and work with MCP servers.
Server Managers:
mcp-get — CLI tool to install and manage MCP servers (Claude Desktop oriented) — https://github.com/michaellatman/mcp-get
mxcp — An open-source framework for building secure enterprise MCP tools — http://github.com/raw-labs/mxcp
Remote MCP — Solution for remote MCP communication — https://github.com/ssut/Remote-MCP
yamcp — Model Context Workspace Manager — https://github.com/hamidra/yamcp
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.