Back to MCP Servers
McpProxy
Connect to JetBrains IDE
developer-toolsai
By JetBrains
Installation
npx -y mcpProxyConfiguration
{
"mcpServers": {
"mcpProxy": {
"command": "npx",
"args": ["-y", "mcpProxy"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes