Best for
- Developers using JetBrains IDEs who want AI-assisted development
- Teams that have JetBrains IDEs installed and need AI assistant integration
JetBrains MCP Proxy Server was an essential tool to connect JetBrains IDEs with MCP clients, but it is now deprecated and users are encouraged to migrate to the built-in MCP functionality. It works well for official JetBrains products but can be complex to configure and troubleshoot.
JetBrains MCP Proxy Server is an official but deprecated proxy server that forwards requests from MCP clients to JetBrains IDEs. It supports IntelliJ, PyCharm, WebStorm, and other IntelliJ-based IDEs, as well as Android Studio. The core functionality has been integrated into all IntelliJ-based IDEs since version 2025.2, making this NPM package no longer required.
@jetbrains/mcp-proxy via npx. For example, add to Claude Desktop's claude_desktop_config.json:\n``json\n{"mcpServers": {"jetbrains": {"command": "npx", "args": ["-y", "@jetbrains/mcp-proxy"]}}}\n``\n3. Restart the client and ensure the JetBrains IDE is open.{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
]
}
}
}