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.
## 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
1. Open the repo README - it is organized by category.
2. Look for servers with active maintenance (recent commits, stars, issues resolved).
3. Prefer official servers (maintained by the tool vendor) over community ports for stability.
4. 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:
```json
{
"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.
Related Articles
2026-06-29
The Mainline Dragon Strategy โ Chasing the Leader Without Paying for Data
2026-06-29
The AI Hiding in Your Laptop
2026-07-14
Free AI Coding Assistant Setup 2026: 5-Min VS Code Guide (Continue, Copilot, Windsurf)
