A community-curated list of MCP (Model Context Protocol) servers. PRs welcome! Browse AI tools, integrations, and developer resources.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"curated-mcp-servers": {
"command": "npx",
"args": [
"-y",
"awesome-ai-tools/curated-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add curated-mcp-servers npx -y awesome-ai-tools/curated-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"curated-mcp-servers": {
"command": "npx",
"args": [
"-y",
"awesome-ai-tools/curated-mcp-servers"
]
}
}
}