JetBrains
Work on your code with JetBrains IDEs
Ads
Overview
This repository is no longer maintained. The core functionality has been integrated into all IntelliJ-based IDEs since version 2025.2. The built-in functionality works with SSE and JVM-based proxy (for STDIO) so this NPM package is no longer required. Migration: Please refer to the official documentation for details on using the built-in functionality. Issues & Support: For bugs or feature requests related to the built-in MCP functionality, please use the JetBrains YouTrack%7D%20). The server proxies requests from client to JetBrains IDE.
Installation
npx -y @jetbrains/mcp-proxy
Configuration
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
]
}
}
}Capabilities
- Connect your AI assistant to a running JetBrains IDE
the proxy forwards requests from the client to the IDE so the assistant can interact with your open project.
- Configure which IDE instance to target
set the `IDE_PORT` and `HOST` environment variables to connect to a specific IDE when multiple are running.
- Enable logging for troubleshooting
set `LOG_ENABLED` to `true` in the server configuration to capture diagnostic output.
Tags
- development
- coding-agent
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.