jetbrains-cc-gui (MCP Server)

GitHub

Jetbrains Claude Code and Codex GUI Plugin

5,390 stars Java MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "jetbrains-cc-gui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jetbrains-cc-gui"
      ]
    }
  }
}