JetBrains Proxy MCP Server
by JetBrains
Proxy requests to IntelliJ, PyCharm, WebStorm, and Android Studio.
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
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
Read and write GitHub repos, issues, PRs, and workflows.
Read and write local files inside an allowed directory.
Build, validate, and run n8n workflows programmatically.
Cloud browser automation for LLMs via Browserbase and Stagehand.