JetBrains MCP Proxy Server: Cross-IDE Collaboration & Workflow Harmony
What is JetBrains MCP Proxy Server: Cross-IDE Collaboration & Workflow Harmony?
The MCP Proxy Server acts as a bridge between your development tools and JetBrains IDEs. It proxies API requests from external clients—like Claude Desktop or custom scripts—to the IDE’s built-in web server. This enables seamless collaboration across multiple IDE instances or environments, keeping your workflow synchronized and efficient.
How to Use JetBrains MCP Proxy Server: Cross-IDE Collaboration & Workflow Harmony?
Start by installing the MCP Server plugin in your IDE. For integration with Claude Desktop, configure the `claude_desktop_config.json` file with the proxy command:
{ "mcpServers": { "jetbrains": { "command": "npx", "args": ["-y", "@jetbrains/mcp-proxy"] } } }
On macOS, place this JSON in `~/Library/Application\ Support/Claude/`, while Windows users should edit `%APPDATA%/Claude/`.