A hub server for MCP servers.
500K+
MCPHub is a unified hub server that consolidates multiple MCP (Model Context Protocol) servers into a single SSE endpoint. It streamlines service management by offering a centralized interface for all your MCP server needs.
amap-maps, playwright, slack, and more.Run the following command to quickly launch MCPHub:
docker run -p 3000:3000 samanhappy/mcphub
Open your web browser and navigate to: http://localhost:3000
The dashboard provides:
Seamlessly connect your host applications (e.g., Claude Desktop, Cursor, Cherry Studio, etc.) to the MCPHub SSE endpoint at: http://localhost:3000/sse
Clone MCPHub from GitHub:
git clone https://github.com/samanhappy/mcphub.git
Customize your MCP server settings by editing the mcp_settings.json file. For example:
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}
Install dependencies and launch MCPHub:
cd mcphub && pnpm install && pnpm dev
This project is licensed under the MIT License.
Content type
Image
Digest
sha256:f96e658c8…
Size
415.5 MB
Last updated
about 4 hours ago
docker pull samanhappy/mcphub