Best of MCP Servers — 450 Ranked MCP Servers
A weekly-updated ranked directory of 450 MCP servers across 34 categories with quality scores based on GitHub stars, contributors, and activity. Find the best MCP server for any use case.
Safe staging for this asset
This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.
npx -y tokrepo@latest install 6d303005-9343-4290-a1f7-0b37ba4de4ad --target codexStages files first; activation requires review of the staged README and plan.
What it is
Best of MCP Servers is a curated, weekly-updated directory that ranks MCP (Model Context Protocol) servers. It covers 34 categories and scores each server based on GitHub stars, contributor count, and recent activity. The directory helps developers find the right MCP server for any integration need.
This resource targets developers and AI engineers building agent systems that use MCP to connect LLMs with external tools, databases, and APIs.
How it saves time or tokens
Searching for MCP servers manually means scanning GitHub, reading READMEs, and comparing quality signals yourself. This directory pre-scores and ranks servers so you can jump to the top options in your category.
The quality score combines multiple signals into a single number, saving you the effort of evaluating repository health metrics yourself.
How to use
- Browse the directory by category (database, browser, filesystem, etc.)
- Sort by quality score to find the most active and well-maintained servers
- Click through to the GitHub repository for installation instructions
- Add the server to your MCP configuration file
Example
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/dir"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_..."
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
}
}
}
Related on TokRepo
- MCP Chrome integration -- Chrome browser MCP server
- MCP GitHub integration -- GitHub MCP server for repository access
Common pitfalls
- High star count does not guarantee production readiness; check the issue tracker for unresolved bugs
- Some MCP servers require specific runtime environments (Python, Node.js, Docker); verify compatibility before installing
- Quality scores are relative within categories; comparing scores across different categories is not meaningful
Frequently Asked Questions
The directory updates weekly. GitHub metrics (stars, contributors, commit activity) are refreshed and scores recalculated. New servers are added as they appear in the MCP ecosystem.
The quality score combines GitHub stars, number of contributors, recent commit frequency, and other repository health signals. A higher score indicates a more active and community-supported server.
The directory aggregates from GitHub repositories tagged with MCP-related topics. Ensuring your repository has appropriate topics and a clear README improves its chances of being discovered and included.
Model Context Protocol (MCP) is an open standard by Anthropic for connecting AI assistants to external tools and data sources. MCP servers expose capabilities (tools, resources, prompts) that AI agents can use during conversations.
Compare quality scores, read the README for feature differences, check the issue tracker for responsiveness, and test with a simple use case. Higher contributor counts often indicate better maintenance and faster bug fixes.
Citations (3)
- Anthropic MCP Docs— Model Context Protocol is an open standard by Anthropic
- MCP GitHub— MCP server specification and reference implementations
- Best of MCP GitHub— Best of MCP Servers ranked directory
Related on TokRepo
Source & Thanks
Maintained by tolkonepiu. Licensed under CC-BY-SA-4.0.
best-of-mcp-servers — 450 servers ranked
Thank you to tolkonepiu for maintaining this essential directory of the MCP ecosystem.
Discussion
Related Assets
Supergateway — Bridge MCP Servers via SSE and HTTP
Run any MCP stdio server over SSE or HTTP transport. Supergateway bridges local MCP servers for remote access, enabling cloud deployment and multi-client sharing.
Awesome MCP Servers — Curated MCP Directory
Curated directory of MCP servers across databases, dev tools, web, and productivity. Compare installs, transports, and client support quickly.
awesome-mcp-servers — Directory of MCP Servers
Categorized list of Model Context Protocol (MCP) servers. Use it to discover integrations and build a curated allowlist your team can maintain.
mcp-use — Fullstack SDK for MCP Servers & Apps
mcp-use is a fullstack SDK to build MCP servers and MCP apps across Claude/ChatGPT, with inspector + quickstarts. Verified 9952★; pushed 2026-05-14.