Developer Tools
JetBrains MCP Proxy
JetBrains’ MCP proxy bridges AI clients to IntelliJ IDEA, WebStorm, PyCharm, and related IDEs. Agents can navigate projects and invoke IDE tooling while you work in the JetBrains ecosystem.
Stars
963
Installs
210.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 963 · catalog
- Freshness: Updated 2026-06-01
- Used in 1 known stack
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Node.js 18+
Reference command
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}