A curated directory of MCP servers for Claude, Cursor, and AI agents. Discover, compare, and install Model Context Protocol servers with one click.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-directory": {
"command": "npx",
"args": [
"-y",
"xuanlinflow413/mcp-server-directory"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-directory npx -y xuanlinflow413/mcp-server-directory
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-directory": {
"command": "npx",
"args": [
"-y",
"xuanlinflow413/mcp-server-directory"
]
}
}
}