This awesome list is automatically generated and regularly updated to ensure you have access to the latest and most comprehensive collection of MCP servers available.
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": {
"awesome-mcp-servers": {
"command": "npx",
"args": [
"-y",
"bgizdov/awesome-mcp-servers"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add awesome-mcp-servers npx -y bgizdov/awesome-mcp-servers
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-mcp-servers": {
"command": "npx",
"args": [
"-y",
"bgizdov/awesome-mcp-servers"
]
}
}
}
📋 Copy