TC
ToolCompared
MCP Server

JetBrains Proxy MCP Server

by JetBrains

Proxy requests to IntelliJ, PyCharm, WebStorm, and Android Studio.

OfficialKotlinDeveloper Tools

About JetBrains Proxy

The JetBrains Proxy server acts as an intermediary, forwarding client requests to JetBrains IDEs. Configuration options allow specifying the target IDE instance, host address, and enabling logging for debugging. Designed to integrate seamlessly with Claude Desktop.

Tags

ideintellijpycharmwebstorm

How to install JetBrains Proxy

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "jetbrains-proxy": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-jetbrains-proxy"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Developer Tools