A unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcphub": {
"command": "npx",
"args": [
"-y",
"samanhappy/mcphub"
]
}
}
}
Run in terminal:
claude mcp add mcphub npx -y samanhappy/mcphub
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcphub": {
"command": "npx",
"args": [
"-y",
"samanhappy/mcphub"
]
}
}
}