back to home

YuzeHao2023 / Awesome-MCP-Servers

A curated list of Model Context Protocol (MCP) servers

View on GitHub
1,036 stars
89 forks
56 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing YuzeHao2023/Awesome-MCP-Servers in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/YuzeHao2023/Awesome-MCP-Servers)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

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 • Model Context Protocol (MCP) Quickstart • Setup Claude Desktop App to Use a SQLite Database Community • r/mcp Reddit • Discord Server --- ⚠️ 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 ⭐) 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) • https://github.com/modelcontextprotocol/servers/blob/main/src/everything • Fetch • https://github.com/modelcontextprotocol/servers/tree/main/src/fetch • Filesystem • https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem • Git • https://github.com/modelcontextprotocol/servers/tree/main/src/git • Memory • https://github.com/modelcontextprotocol/servers/tree/main/src/memory • Sequential Thinking • https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking • Time • https://github.com/modelcontextprotocol/servers/blob/main/src/time --- Official Servers Official integrations are maintained by companies building production-ready MCP servers for their platforms. (Marked with ⭐ when present) • 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 (official) • Notion — https://github.com/makenotion/notion-mcp (official) • 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 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 • ToolHive — Lightweight utilit…