MCP Directory
Back

mcphub

by samanhappy · TypeScript · ★ 2,191

A unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies.

#mcp#mcp-gateway#mcp-hub#mcp-router#mcp-server

Install

npx -y github:samanhappy/mcphub

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcphub": {
      "command": "npx",
      "args": [
        "-y",
        "github:samanhappy/mcphub"
      ]
    }
  }
}

From the README

English | [Français](README.fr.md) | [中文版](README.zh.md) MCPHub makes it easy to manage and scale multiple MCP (Model Context Protocol) servers by organizing them into flexible Streamable HTTP (SSE) endpoints—supporting access to all servers, individual servers, or logical server groups. - **Documentation**: [docs.mcphub.app](https://docs.mcphub.app/) - **Demo Environment**: [demo.mcphub.app](https://demo.mcphub.app/) - **Centralized Management** - Monitor and control all MCP servers from a unified dashboard - **Flexible Routing** - Access all servers, specific groups, or individual servers…
Read full README on GitHub →

Related other servers