An MCP Tool Service Platform - One Connection, Infinite Possibilities
MCPHub
π An MCP Tool Service Platform - One Connection, Infinite Possibilities for AI Agents
Key Features β’ Quick Start β’ Feature Details β’ API Documentation β’ Development Guide
πΈ System Screenshots
Login Interface

Default credentials: username
admin, passwordadmin123
Module Management Interface

Manage all MCP modules with support for loading, unloading, and reloading operations
Tool Details & Control

Enable/disable each tool individually, edit tool descriptions in real-time
Proxy Server Management

Proxy existing MCP Servers without modification
Usage Statistics Dashboard

Visualize tool call counts, success rates, and response times
AI Code Generation

Generate MCP plugin code through natural language conversation
π― What is This?
MCPHub is a tool service platform based on the MCP (Model Context Protocol). It addresses a pain point in current AI Agent systems:
Each MCP Server needs to be configured separately on the client side. As the number of tools increases, configuration management becomes chaotic.
MCPHub's Solution:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Before: Scattered Configuration β
β Claude/Cursor needs to configure dozens of MCP Server addressesβ
β - mcp-server-filesystem β
β - mcp-server-github β
β - mcp-server-postgres β
β - mcp-server-python β
β - ... (configuration explosion) β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β¬οΈ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β After: Unified Entry Point
β Claude/Cursor only needs to configure one address
β { "mcpServers": { "mcp-hub": { "url": "http://host:6081/mcp" } } }
β
β MCP Hub automatically aggregates all tools, providing:
β β
Centralized tool management
β β
Hot-pluggable enable/disable
β β
Unified monitoring and statistics
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β¨ Key Features
1οΈβ£ One Address, Infinite Tools
AI Agent clients only need to configure one MCP Server address to access all tools on the platform. Whether built-in tools, custom plugins, or proxied third-party MCP Servers, they are all transparent to clients.
2οΈβ£ Hot-Pluggable Tool Management
- Module-level Management: Load, unload, and reload modules without restarting the service
- Tool-level Control: Individual tools can be enabled/disabled independently
- Hot Configuration Updates: Tool description changes take effect immediately without restart
3οΈβ£ Proxy Existing MCP Servers
Already have MCP Servers? No modification needed - just configure a proxy to integrate:
{
"name": "my-existing-server",
"url": "http://existing-server:8080/mcp",
"transport": "streamable-http"
}
The platform automatically discovers and transparently proxies all tools from that server.
4οΈβ£ AI-Powered MCP Plugin Generation
Built-in AI code generation feature - generate compliant MCP module code through natural language conversation:
User: Help me create a weather query tool
AI: Generated t_weather module with get_current_weather and get_forecast tools...
**Everyone can become an MCP tool devel
Configuration
{ "mcpServers": { "mcp-hub": { "url": "http://host:6081/mcp" } } }