jetbrains/mcpProxy
Connect to JetBrains IDE
Quick Start
Clone the repository:
git clone https://github.com/JetBrains/mcpProxyClaude Desktop configuration example:
{
"mcpServers": {
"mcpproxy": {
"command": "npx",
"args": [
"-y",
"jetbrains/mcpProxy"
]
}
}
}Check the repository README for specific installation and configuration instructions.