Back to Apps

MCPHub
by samanhappy
Unified hub for managing and orchestrating multiple MCP servers into single endpoints with flexible routing.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
MCPHub acts as a central gateway and orchestration layer for Model Context Protocol (MCP) servers. It allows users to manage multiple servers from a single dashboard and expose them via Streamable HTTP (SSE) endpoints, supporting granular routing strategies and AI-powered tool discovery.
Tools
mcphub servers list: Lists all configured MCP servers.mcphub servers add: Dynamically adds new servers to the hub.mcphub tools list: Discovers all available tools across connected servers.mcphub call: Executes a specific tool across the hub's routing layer.
Installation
Add the following to your claude_desktop_config.json (assuming Docker deployment):
{
"mcpServers": {
"mcphub": {
"command": "npx",
"args": ["-y", "@samanhappy/mcphub"]
}
}
}
Supported hosts
- claude
- cursor
Quick install
npx -y @samanhappy/mcphubInformation
- Pricing
- free
- Published
- 7/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"mcphub": {"command": "npx", "args": ["-y", "@samanhappy/mcphub"]}}}





