MCP JetBrains
Proxy server that routes MCP requests from AI clients (Claude Desktop, VS Code) to a running JetBrains IDE, enabling AI assistants to interact with IDE features. Now deprecated as this functionality is built into JetBrains IDEs since version 2025.2.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
JetBrains IDE MCP integration. Local IDE access — no remote auth needed. Source code access is implicit. JetBrains plugin ecosystem — vet plugins before installing.
⚡ Reliability
Best When
You are on a JetBrains IDE older than 2025.2 and need MCP connectivity to an external AI client, or you need Docker container IDE access via the JVM proxy.
Avoid When
You are on JetBrains 2025.2 or newer — use the built-in MCP server instead. This package is officially deprecated.
Use Cases
- • Connecting Claude Desktop to IntelliJ IDEA, PyCharm, or WebStorm for AI-assisted coding
- • Routing MCP requests to a JetBrains IDE running inside a Docker container
- • Multi-IDE setups where specific port routing is needed to target a particular IDE instance
- • Legacy setups on JetBrains IDE versions prior to 2025.2
Not For
- • JetBrains IDE 2025.2+ users (built-in MCP makes this package unnecessary)
- • Non-JetBrains editors (VS Code, Neovim, Emacs, etc.)
- • Users on Node.js 16 (requires Node 18+)
Interface
Authentication
No authentication required. Communicates locally via 127.0.0.1 by default. External connections require IDE setting 'Can accept external connections' enabled. No credential management involved.
Pricing
Apache 2.0 open source. JetBrains IDE license required separately.
Agent Metadata
Known Gotchas
- ⚠ DEPRECATED — built into JetBrains IDEs 2025.2+; new users should not install this package
- ⚠ Node.js 16 not supported; must use Node 18 or newer
- ⚠ macOS/nvm users must create a symlink in /usr/local/bin for node to be discoverable
- ⚠ External clients get 404 errors unless 'Can accept external connections' is enabled in the IDE
- ⚠ IDE must be open and running before restarting Claude Desktop
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for MCP JetBrains.
Scores are editorial opinions as of 2026-03-06.