MCP Hub
@yourtion
About MCP Hub
A centralized hub server engineered to consolidate multiple MCP servers into dedicated Streamable HTTP or SSE endpoints, each tailored to specific use scenarios.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-hub-yourtion": {
"command": "node",
"args": [
"dist/cli.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Hub?
A centralized hub server that consolidates multiple MCP servers into dedicated Streamable HTTP or SSE endpoints, each tailored to specific use scenarios. It is designed for developers who need to manage and route multiple MCP servers through a single entry point.
How to use MCP Hub?
Install dependencies with pnpm, run pnpm build, then start the API server with pnpm dev:api or the CLI server with mcp-hub --init. Configure MCP servers in backend/config/mcp_service.json and groups in backend/config/group.json. Access tools via group-specific endpoints like /:group/mcp.
Key features of MCP Hub
- Multi-server MCP integration with centralized management.
- Group-based routing with dedicated endpoints.
- Standalone CLI MCP server for tool aggregation.
- Support for both Streamable HTTP and SSE endpoints.
- Tool filtering and validation keys per group.
- Modular monorepo architecture with core, API, CLI packages.
Use cases of MCP Hub
- Consolidate multiple MCP servers into a single hub.
- Expose different groups of tools for different use scenarios.
- Use CLI server to aggregate tools for MCP clients like Claude Desktop.
- Manage MCP servers via web interface with authentication and monitoring.
FAQ from MCP Hub
What are the prerequisites for running MCP Hub?
Node.js 18+ and the pnpm package manager are required.
How do I configure MCP servers?
Create a mcp_service.json file in backend/config/ with server command, args, and environment variables.
How do I access tools via groups?
Use endpoints in the format /:group/mcp, for example curl http://localhost:8181/development/mcp/list_tools.
Does the web interface have authentication?
Yes, it uses JWT-based authentication. Default credentials are username admin and password admin (must be changed in production).
Can I use the CLI as a standalone MCP server?
Yes. Install globally with npm install -g @mcp-core/mcp-hub-cli or run directly, then configure it in your MCP client using the CLI binary and a config file.
Frequently asked questions
What are the prerequisites for running MCP Hub?
Node.js 18+ and the pnpm package manager are required.
How do I configure MCP servers?
Create a `mcp_service.json` file in `backend/config/` with server command, args, and environment variables.
How do I access tools via groups?
Use endpoints in the format `/:group/mcp`, for example `curl http://localhost:8181/development/mcp/list_tools`.
Does the web interface have authentication?
Yes, it uses JWT-based authentication. Default credentials are username `admin` and password `admin` (must be changed in production).
Can I use the CLI as a standalone MCP server?
Yes. Install globally with `npm install -g @mcp-core/mcp-hub-cli` or run directly, then configure it in your MCP client using the CLI binary and a config file.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments