MCPxHub
A powerful middleware bridge designed to seamlessly connect AI assistants to your local development environment via Model Context Protocol.
MCP x Hub is a powerful middleware bridge designed to seamlessly connect AI assistants such as Claude Desktop to your local development environment. By adhering to the Model Context Protocol (MCP), it empowers your AI to read files, execute terminal commands, and analyze code directly within VS Code, Cursor, Windsurf, Antigravity, and JetBrains IDEs. The bridge acts as a smart gateway that auto-discovers running IDE instances and securely proxies MCP tool calls. Key features include universal compatibility with VS Code and JetBrains ecosystems, zero-config connection with automatic port detection, MCP JSON-RPC 2.0 compliance, resilient auto-reconnection that handles IDE restarts, and secure local proxy ensuring code data never leaves your machine.
Key Features
Universal Compatibility
Works with VS Code, Cursor, and the full suite of JetBrains IDEs including IntelliJ, PyCharm, and WebStorm.
Zero-Config Connection
Automatically detects active IDE ports without requiring manual IP or port configuration.
Auto-Reconnection
Resiliently handles IDE restarts with adaptive polling to prevent AI session interruptions.
Hub Configuration
// claude_desktop_config.json
{
"mcpServers": {
"hub": {
"command": "npx",
"args": ["-y", "@bugstan/mcpxhub"]
}
}
}