★ 0 stars
Unknown language
🔍 Search
Updated today
The best Model Context Protocol (MCP) servers in 2026, ranked by category with reliability scores. Databases, web search, GitHub, Slack, browser automation, productivity, and more.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"best-mcp-servers-202": {
"command": "npx",
"args": [
"-y",
"mcp-finder/best-mcp-servers-2026"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add best-mcp-servers-202 npx -y mcp-finder/best-mcp-servers-2026
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"best-mcp-servers-202": {
"command": "npx",
"args": [
"-y",
"mcp-finder/best-mcp-servers-2026"
]
}
}
}
📋 Copy