
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also,
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
·
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.
The server proxies requests from client to JetBrains IDE.
https://plugins.jetbrains.com/plugin/26071-mcp-server
For one-click installation, click one of the install buttons below:
Add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON).
{
"mcp": {
"servers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}
}Optionally, you can add it to a file called .vscode/mcp.json in your workspace:
{
"servers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}To use this with Claude Desktop, add the following to your claude_desktop_config.json.
The full path on MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json, on Windows: %APPDATA%/Claude/claude_desktop_config.json.
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}After installing the MCP Server Plugin, and adding the JSON to the config file, restart Claude Desktop, and make sure the Jetbrains product is open before restarting Claude Desktop.
If you're running multiple IDEs with MCP server and want to connect to the specific one, add to the MCP server configuration:
"env": {
"IDE_PORT": "<port of IDE's built-in webserver>"
}By default, we connect to IDE on 127.0.0.1 but you can specify a different address/host:
"env": {
"HOST": "<host/address of IDE's built-in webserver>"
}To enable logging add:
"env": {
"LOG_ENABLED": "true"
}Problem: Error message: Cannot find module 'node:path'
Solution:
MCP Proxy doesn't work on Node 16.
Upgrade your Node.js installation to version 18 or later. Make sure that command in config points to the correct Node.js version.
Try to use the full path to the latest version of NodeJS.
Problem: On MacOS, if you have Node.js installed through nvm (Node Version Manager), the MCP Server Plugin might be unable to detect your Node.js installation.
Solution: Create a symbolic link in /usr/local/bin pointing to your nvm npx executable:
which npx &>/dev/null && sudo ln -sf "$(which npx)" /usr/local/bin/npxThis one-liner checks if npx exists in your path and creates the necessary symbolic link with proper permissions.
Problem: When attempting to connect to the JetBrains MCP proxy from external clients, Docker containers, or third-party applications (like LibreChat), requests to endpoints such as http://host.docker.internal:6365/api/mcp/list_tools may return 404 errors or fail to connect. Solution: There are two key issues to address:
In your JetBrains IDE, enable "Can accept external connections" in the Settings | Build, Execution, Deployment | Debugger.
Use your machine's LAN IP address instead of host.docker.internal
Explicitly set the IDE_PORT and HOST in your configuration
Example configuration for LibreChat or similar external clients:
mcpServers:
intellij:
type: stdio
command: sh
args:
- "-c"
- "IDE_PORT=YOUR_IDEA_PORT HOST=YOUR_IDEA_LAN_IP npx -y @jetbrains/mcp-proxy"Replace:
YOUR_IDEA_PORT with your IDE's debug port (found in IDE settings)
YOUR_IDEA_LAN_IP with your computer's local network IP (e.g., 192.168.0.12)
brew install node pnpmpnpm build to build the projectPick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add jetbrains -- npx -y @jetbrains/mcp-proxy{
"mcpServers": {
"jetbrains": {
"args": [
"-y",
"@jetbrains/mcp-proxy"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"jetbrains","args":["-y","@jetbrains/mcp-proxy"],"command":"npx"}'[mcp_servers.jetbrains]
command = "npx"
args = ["-y", "@jetbrains/mcp-proxy"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/jetbrains-mcp-server to learn what the "JetBrains MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Model Context Protocol (MCP) server for Kubernetes and OpenShift
It's like v0, but in your Cursor / Claude Code / Windsurf: search 10,000+ React/Tailwind components,
dxt-v1.0.2Release dxt-v1.0.2Release notesdxt-v1.0.1Release dxt-v1.0.1Release notesdxt-v1.0.0DXT v1.0Release notesv1.9.0Release notesv1.8.01.8.0Release notesv1.7.01.7.0Release notesv1.6.01.6.0Release notesv1.5.01.5.0Release notesv1.4.01.4.0Release notesv1.3.01.3.0Release notesv1.1.0Release notesv1.0.101.0.10Release notesv1.0.91.0.9Release notesv1.0.81.0.8Release notesv1.0.71.0.7Release notesv1.0.61.0.6Release notesv1.0.51.0.5Release notesv1.0.41.0.4Release notesv1.0.31.0.3Release notesv1.0.21.0.2Release notesConnect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "jetbrains-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
Model Context Protocol (MCP) server for Kubernetes and OpenShift
Developer Tools
It's like v0, but in your Cursor / Claude Code / Windsurf: search 10,000+ React/Tailwind components,
AI & ML Services
One email a week. New agents, MCP servers and skills, and what is actually getting traction.