← Back to directory
J

JetBrains MCP Proxy Server

Official
MCP proxy server to connect JetBrains IDEs
GitHub source repository ↗
★ 966 Stars Category · Dev Tools Popular Source revision c8c2b85bc6f0
55FMRS · C
Reliability
8/20
Security and permissions
10/20
Maintenance
12/20
Documentation
14/20
Setup experience
11/20

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.

Read the FMRS scoring method →

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.

Tools

The tool list has not been reviewed yet.

Setup

  1. Install the MCP Server plugin in your JetBrains IDE (plugin ID: 26071-mcp-server). 2. Configure your client to run @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.
claude_desktop_config.json
{
  "mcpServers": {
    "jetbrains": {
      "command": "npx",
      "args": [
        "-y",
        "@jetbrains/mcp-proxy"
      ]
    }
  }
}

Fit and risk

Best for

  • Developers using JetBrains IDEs who want AI-assisted development
  • Teams that have JetBrains IDEs installed and need AI assistant integration

Not for

  • Developers not using JetBrains IDEs
  • Users needing long-term support or latest features (since deprecated, use built-in IDE functionality)

Required permissions

  • Needs access to the local port of JetBrains IDE (default 127.0.0.1:6365)
  • Requires running npx, so Node.js 18 or later must be installed

Risks and side effects

  • Deprecated and no longer maintained, potential unpatched security vulnerabilities or compatibility issues
  • Requires correct IDE port and host configuration, otherwise connection fails
  • External connections may be needed for third-party clients, posing security risks

Troubleshooting

  1. 1. If you get `Cannot find module 'node:path'`, upgrade Node.js to version 18 or later.
  2. 2. On macOS with nvm, create a symlink: `which npx &>/dev/null && sudo ln -sf "$(which npx)" /usr/local/bin/npx`.
  3. 3. For external clients or Docker, enable 'Can accept external connections' in IDE settings and use LAN IP and port in environment variables.

Use cases

Connect AI assistants to JetBrains IDEs for code context
Execute code actions or query project information within the IDE
Integrate JetBrains IDEs with MCP-compatible AI tools

Supported clients

Claude DesktopFull support