Back to Apps

JetBrains MCP Proxy
Supports UIby jetbrains
Connects AI agents to JetBrains IDEs (IntelliJ, PyCharm, WebStorm) for deep IDE integration.
0 stars
Works in:VS Code Copilot
Exposes:Tools
What it does
This server proxies requests from MCP clients to JetBrains IDEs, allowing AI assistants to interact directly with your development environment across the entire JetBrains ecosystem, including Android Studio.
Tools
- IDE Integration: Provides a bridge for the AI to access IDE-specific context and capabilities.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}
Supported hosts
- Claude Desktop
- VS Code (via NPX)
Quick install
npx -y @jetbrains/mcp-proxyInformation
- Pricing
- free
- Published
- 5/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}





