A model context protocol server to work with JetBrains IDEs
Description: A proxy server enabling seamless integration between Claude and JetBrains IDEs
Category: Development Tools / IDE Integration
Overview: The JetBrains MCP proxy server facilitates direct communication between Claude and JetBrains IDEs. It requires the MCP Server plugin to be installed from the JetBrains plugin marketplace.
Key Features:
Setup Requirements:
Configuration: Add the following to your Claude Desktop config file:
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}
For multiple IDE instances, specify the port:
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"],
"env": {
"IDE_PORT": "<port of built-in webserver>"
}
}
}
}
Config file locations:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json