Back to Apps

MCP Hub
Supports UIby ravitemer
Unified coordinator for managing multiple MCP servers through a single interface and endpoint.
0 stars
Works in:Cursor
Exposes:ToolsResourcesPrompts
What it does
MCP Hub acts as a central coordinator for Model Context Protocol servers, providing a unified REST API and a single MCP endpoint that aggregates capabilities from multiple managed servers.
Tools
getServerInfo: Retrieves detailed information about a specific managed MCP server.refreshCapabilities: Updates the list of tools and resources for a server.startServer/stopServer: Controls the lifecycle of connected MCP servers.executeTool: Routes tool execution requests to the appropriate backend server.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers" : {
"Hub": {
"url" : "http://localhost:37373/mcp"
}
}
}
Supported hosts
- Claude Desktop
- Cline
- Neovim (via mcphub.nvim)
Quick install
npm install -g mcp-hubInformation
- Pricing
- free
- Published
- 4/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers" : {
"Hub": {
"url" : "http://localhost:37373/mcp"
}
}
}





