Best MCP servers, ranked by measured uptime and real installs. Rebuilt nightly from live checks. Data: https://mcpbeat.com
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"best-mcp-servers": {
"command": "npx",
"args": [
"-y",
"theevoq/best-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add best-mcp-servers npx -y theevoq/best-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"best-mcp-servers": {
"command": "npx",
"args": [
"-y",
"theevoq/best-mcp-servers"
]
}
}
}