Hub
Freeby MCP Community
A manager server for MCP servers that handles process management and tool routing
v4.2.1Added Apr 12, 2026
mcpmcp-hubmodel-context-protocolmcp-servers-managerserver
Hub MCP Server
A manager server for MCP servers that handles process management and tool routing
Installation
npx -y mcp-hub
Reviews
Installation
Quick install
npx -y mcp-hub
Add to claude_desktop_config.json
{
"mcpServers": {
"hub": {
"command": "npx",
"args": ["-y", "mcp-hub"]
}
}
}