MCPHub
New
One Endpoint, Infinite MCP Servers

DeployYour OwnMCP Servers in Minutes

MCPHub is a unified hub server that consolidates multiple MCP servers into a single SSE endpoint. Streamline service management with our centralized interface.

Benefits

Streamline Your MCP Server Management

MCPHub simplifies how you interact with multiple MCP servers, allowing you to focus on creating amazing AI applications instead of managing infrastructure.

01

Simplified Workflow

Reduce complexity by managing all your MCP servers through a single interface, saving time and reducing operational overhead.
02

Improved Performance

Monitor and optimize performance across all your MCP servers from one central dashboard.
03

Easy Configuration

Configure and manage MCP servers with minimal effort. Add new servers without restarting the hub.
04

Seamless Integration

Connect your host applications to a single endpoint. Works with Claude Desktop, Cursor, Cherry Studio and more.

Features

Why Choose MCPHub

MCPHub simplifies your MCP server management with powerful features designed for efficiency and ease of use.

Intuitive Dashboard UI

Monitor server status and manage servers dynamically via a user-friendly web interface.

Centralized Management

Oversee multiple MCP servers from one convenient hub. Simplify your workflow with a single control point.

Broad Protocol Support

Works seamlessly with both stdio and SSE MCP protocols, ensuring compatibility with your existing setup.

Flexible Server Management

Add, remove, or reconfigure MCP servers without restarting the hub. Dynamic management at your fingertips.

Single SSE Endpoint

Connect all your applications to one unified endpoint, simplifying your architecture and reducing complexity.

Real-time Monitoring

Keep an eye on the status of all MCP servers with instant status updates and health checks.

Quick Start

Get Started in Minutes

MCPHub is designed to be easy to install and use. Follow these simple steps to get up and running quickly.

Using Docker

Run the following command to quickly launch MCPHub:

docker run -p 3000:3000 samanhappy/mcphub
KEY

Dashboard Access

Open your web browser and navigate to: http://localhost:3000

Real-Time Monitoring

Keep an eye on the status of all MCP servers from the dashboard.

SSE Endpoint

Connect your host applications to the MCPHub SSE endpoint at: http://localhost:3000/sse

KEY

LocalDevelopment

Clone the Repository

git clone https://github.com/samanhappy/mcphub.git

Optional Configuration

Customize your MCP server settings by editing the mcp_settings.json file:

{
  "mcpServers": {
    "time-mcp": {
      "command": "npx",
      "args": ["-y", "time-mcp"]
    },
    "sequential-thinking": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
    }
  }
}

Start the Development Server

cd mcphub && pnpm install && pnpm dev

FAQS

Common Questions