Provide access to 50+ verified MCP servers with install guides and config snippets for quick AI agent integration with databases, APIs, and tools.
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-servers-hub": {
"command": "npx",
"args": [
"-y",
"haniamkhan5-coder/mcp-servers-hub"
]
}
}
}
Run in terminal:
claude mcp add mcp-servers-hub npx -y haniamkhan5-coder/mcp-servers-hub
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servers-hub": {
"command": "npx",
"args": [
"-y",
"haniamkhan5-coder/mcp-servers-hub"
]
}
}
}