Integrations
MCPHub: Your Ultimate MCP Server Hub
English | 中文版
MCPHub is a unified management platform that aggregates multiple MCP (Model Context Protocol) servers into separate Streamable HTTP (SSE) endpoints for different scenarios by group. It streamlines your AI tool integrations through an intuitive interface and robust protocol handling.
🚀 Features
- Out-of-the-Box MCP Server Support: Seamlessly integrate popular servers like
amap-maps
,playwright
,fetch
,slack
, and more. - Centralized Dashboard: Monitor real-time status and performance metrics from one sleek web UI.
- Flexible Protocol Handling: Full compatibility with both stdio and SSE MCP protocols.
- Hot-Swappable Configuration: Add, remove, or update MCP servers on the fly — no downtime required.
- Group-Based Access Control: Organize servers into customizable groups for streamlined permissions management.
- Secure Authentication: Built-in user management with role-based access powered by JWT and bcrypt.
- Docker-Ready: Deploy instantly with our containerized setup.
🔧 Quick Start
Optional Configuration
Create a mcp_settings.json
file to customize your server settings:
Note: Default credentials are
admin
/admin123
. Passwords are securely hashed with bcrypt. Generate a new hash with:Copy
Docker Deployment
Recommended: Mount your custom config:
or run with default settings:
Access the Dashboard
Open http://localhost:3000
and log in with your credentials.
Note: Default credentials are
admin
/admin123
.
Dashboard Overview:
- Live status of all MCP servers
- Enable/disable or reconfigure servers
- Group management for organizing servers
- User administration for access control
Streamable HTTP Endpoint
As of now, support for streaming HTTP endpoints varies across different AI clients. If you encounter issues, you can use the SSE endpoint or wait for future updates.
Connect AI clients (e.g., Claude Desktop, Cursor, DeepChat, etc.) via:
This endpoint provides a unified streamable HTTP interface for all your MCP servers. It allows you to:
- Send requests to any configured MCP server
- Receive responses in real-time
- Easily integrate with various AI clients and tools
- Use the same endpoint for all servers, simplifying your integration process
Group-Specific Endpoints (Recommended):
For targeted access to specific server groups, use the group-based HTTP endpoint:
Where {group}
is the ID or name of the group you created in the dashboard. This allows you to:
- Connect to a specific subset of MCP servers organized by use case
- Isolate different AI tools to access only relevant servers
- Implement more granular access control for different environments or teams
SSE Endpoint (Deprecated in Future)
Connect AI clients (e.g., Claude Desktop, Cursor, DeepChat, etc.) via:
For targeted access to specific server groups, use the group-based SSE endpoint:
🧑💻 Local Development
This starts both frontend and backend in development mode with hot-reloading.
For windows users, you may need to start the backend server and frontend separately:
pnpm backend:dev
,pnpm frontend:dev
.
🛠️ Common Issues
Using Nginx as a Reverse Proxy
If you are using Nginx to reverse proxy MCPHub, please make sure to add the following configuration in your Nginx setup:
🔍 Tech Stack
- Backend: Node.js, Express, TypeScript
- Frontend: React, Vite, Tailwind CSS
- Auth: JWT & bcrypt
- Protocol: Model Context Protocol SDK
👥 Contributing
Contributions are welcome!
- New features & optimizations
- Documentation improvements
- Bug reports & fixes
- Translations & suggestions
📄 License
Licensed under the Apache 2.0 License.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
mcphub
Related MCP Servers
- JavaScriptMIT License
- Gozlib License
- GoMIT License
- MIT License