JetBrains
FreeJetBrains 官方集成,让 AI 在 JetBrains IDE 中处理代码。
About JetBrains
JetBrains MCP Proxy Server is an official open-source model context protocol (MCP) server that proxies requests from AI clients (such as Claude Desktop) to JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, Android Studio, etc.). It enables AI assistants to interact with code in JetBrains IDEs by forwarding MCP commands to the IDE's built-in MCP server plugin. The repository is now deprecated because the core functionality has been integrated directly into all IntelliJ-based IDEs since version 2025.2, which uses SSE and JVM-based proxy and no longer requires this NPM package. For older versions, users can install the MCP Server Plugin and configure the proxy via npx in VS Code or Claude Desktop. The server supports multiple IDE instances, custom host/port settings, and logging for debugging.
Key Features
Pros & Cons
- Official JetBrains-maintained integration for reliable and compatible MCP support
- Works with multiple JetBrains IDEs and Android Studio
- Simple setup using npx without additional dependencies
- Allows fine-grained control via environment variables for port, host, and logging
- Deprecated and no longer maintained; functionality is now built into JetBrains IDEs since version 2025.2
- Requires manual installation of the MCP Server Plugin from JetBrains Marketplace
- Requires Node.js version 18 or later; incompatible with Node 16
- On macOS with nvm, a symbolic link may be needed for the plugin to detect Node.js