Jetbrains Claude Code and Codex GUI Plugin
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"jetbrains-cc-gui": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jetbrains-cc-gui"
]
}
}
}