JetBrains MCP Proxy Server
@JetBrains
关于 JetBrains MCP Proxy Server
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is JetBrains MCP Proxy Server?
The JetBrains MCP Proxy Server proxies requests from an MCP client to a JetBrains IDE. It is deprecated; the core functionality is built into all IntelliJ-based IDEs since version 2025.2.
How to use JetBrains MCP Proxy Server?
Install the MCP Server plugin in the JetBrains IDE, then configure an MCP client (e.g., VS Code or Claude Desktop) to launch npx -y @jetbrains/mcp-proxy. Optionally set environment variables IDE_PORT, HOST, or LOG_ENABLED for custom connection settings.
Key features of JetBrains MCP Proxy Server
- Proxies MCP requests from client to JetBrains IDE.
- Supports configuration for IDE port and host.
- Enables logging via LOG_ENABLED environment variable.
- Works with VS Code, Claude Desktop, and external clients.
- Deprecated; functionality built into IDEs since 2025.2.
Use cases of JetBrains MCP Proxy Server
- Connect an MCP client like Claude Desktop to a JetBrains IDE for tool access.
- Control IDE actions from VS Code using the MCP integration.
- Connect from external applications or Docker containers (e.g., LibreChat) to the IDE.
- Route MCP requests to a specific IDE when multiple instances are running.
- Debug and test IDE features programmatically through MCP.
FAQ from JetBrains MCP Proxy Server
What does the JetBrains MCP Proxy Server do?
It proxies requests from an MCP client to a JetBrains IDE, enabling the client to access IDE tools and features.
What are the Node.js version requirements?
Node.js version 18 or later is required. Node 16 is not supported and will cause a Cannot find module 'node:path' error.
Is this server still maintained?
No, it is deprecated. The core functionality is now built into all IntelliJ-based IDEs since version 2025.2 and documented via official JetBrains help.
How do I connect external clients or Docker containers?
Enable "Can accept external connections" in the IDE debugger settings, then use the machine’s LAN IP and explicit port in the MCP configuration, e.g., IDE_PORT=YOUR_PORT HOST=YOUR_LAN_IP npx -y @jetbrains/mcp-proxy.
Where can I get support for issues?
For bugs or feature requests related to the built-in MCP functionality, use the JetBrains YouTrack project with subsystem {MCP (Model Context Protocol)}.
开发工具 分类下的更多 MCP 服务器
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
评论