Awesome MCP Servers (91,854 Stars) 2026: The Definitive Curated List of 1,000+ Model Context Protocol Servers
Awesome MCP Servers (91,854 stars) is the community's definitive collection of MCP servers - databases, browsers, dev tools and more. Here is how to navigate it and pick servers for your agent.
💡 What You Will Learn
Awesome MCP Servers (91,854 stars) is the community's definitive collection of MCP servers - databases, browsers, dev tools and more. Here is how to navigate it and pick servers for your agent.
📜 Table of Contents
The short answer
punkpeye/awesome-mcp-servers (91,854 stars) is a curated collection of Model Context Protocol servers. It is the largest community-maintained index of MCP servers - covering databases, browsers, version control, monitoring, and niche tools - and it is the first stop when you want to extend an AI agent with a new capability.
What you will find inside
- Database servers: PostgreSQL, MySQL, SQLite, ClickHouse connectors
- Browser automation: Playwright, Puppeteer, and fetch-based servers
- Dev tools: GitHub, GitLab, Sentry, Kubernetes, Docker
- Productivity: Slack, Notion, Google Drive, email
- Search & data: Brave, Exa, Tavily, Kaggle, finance data
How to use the list effectively
- Open the repo README - it is organized by category.
- Look for servers with active maintenance (recent commits, stars, issues resolved).
- Prefer official servers (maintained by the tool vendor) over community ports for stability.
- Check the license and whether it needs API keys before adding to your stack.
Typical setup pattern
Most servers run the same way - via npx, docker, or uvx:
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"]
}
}
}
Add the block to your MCP client config (Claude Desktop, Cursor, etc.) and restart.
Practical tips
- Start with 2-3 servers that solve your biggest workflow gap; too many tools confuse agents.
- Bookmark the repo - new servers are added weekly.
- For security-sensitive setups, prefer self-hosted servers and read-only scopes.
FAQ
Is it free? Yes - it is a curated list, free to browse and use.
Are all servers production-ready? No - check maintenance and stars; many are community projects.
Can I submit my own server? Yes - the repo accepts pull requests and follows a review process.
❓ FAQ
Is it free?
Yes - it is a curated list, free to browse and use.
Are all servers production-ready?
No - check maintenance and stars; many are community projects.
Can I submit my own server?
Yes - the repo accepts pull requests and follows a review process.
Written by our editorial team; tools listed here are tested or verified against public sources. Links point to official sites or GitHub repos for reference only โ no paid placements.
