> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mossx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CC GUI for JetBrains

> Use Claude Code, Codex, Kimi, Grok, OpenCode, and Pi from a graphical interface inside IntelliJ IDEA and other JetBrains IDEs.

**CC GUI** (also **CCGUI** / **ccgui**) is an open-source graphical interface for multiple CLIs. The JetBrains client is a plugin, so you can chat in the right-hand tool window instead of staying in the terminal.

The current plugin ID is `com.github.idea-claude-code-gui`. The Marketplace display name is **CC GUI (Claude or Codex)**. The publisher is **MossX**.

<Note>
  CC GUI is an independent open-source project. It is not affiliated with, endorsed by, or sponsored by Anthropic, OpenAI, JetBrains, or other third-party tool vendors.
</Note>

<img src="https://mintcdn.com/mossx-docs/kz4nt5KFSKzkAZwe/images/jetbrains/sidebar-overview.png?fit=max&auto=format&n=kz4nt5KFSKzkAZwe&q=85&s=f54e3ee842c3045d11cce61fbd6ce28d" alt="JetBrains tool window overview" width="100%" data-path="images/jetbrains/sidebar-overview.png" />

## What it can do

* Chat with Claude Code and Codex directly in JetBrains IDEs.
* Detect and call locally installed Grok, Kimi, OpenCode, and Pi CLIs.
* Use `@` to cite files, `/` for slash commands, `#` to pick an agent, and `!` to insert prompts.
* Manage MCP, Skills, Agents, the prompt library, and permission prompts.
* Send editor selections, file paths, console output, and Git changes into the chat.
* Generate a commit message with AI in the commit UI.

## Supported runtimes

| Type      | Name                                          | Depends on                       |
| --------- | --------------------------------------------- | -------------------------------- |
| SDK       | [Claude Code](/en/jetbrains/providers/claude) | `@anthropic-ai/claude-agent-sdk` |
| SDK       | [Codex](/en/jetbrains/providers/codex)        | `@openai/codex-sdk`              |
| Local CLI | [Kimi](/en/jetbrains/providers/kimi)          | `kimi` on your system            |
| Local CLI | [Grok](/en/jetbrains/providers/grok)          | `grok` on your system            |
| Local CLI | [OpenCode](/en/jetbrains/providers/opencode)  | `opencode` on your system        |
| Local CLI | [Pi](/en/jetbrains/providers/pi)              | `pi` on your system              |

<Note>
  Gemini may appear in UI copy, but it is not documented as a shipped standalone runtime.
</Note>

## Supported IDEs

The plugin depends on JetBrains platform modules and works with IntelliJ IDEA, WebStorm, PyCharm, GoLand, Android Studio, and other IDEs built on the same platform.

* Compatible build range: `sinceBuild 233` to `untilBuild 263.*` (about 2023.3 through 2026.x)
* Git support is required (Commit AI depends on Git4Idea)
* JCEF, Terminal, Java, and Python are optional enhancements

## How it relates to other clients

CC GUI also has a VS Code extension, a standalone desktop app, and a mobile client. Chat, providers, MCP, and Skills are shared ideas across clients. The tool window, editor context menu, and VCS commit-bar button belong to JetBrains only.

This series covers the JetBrains client only. Sidebar groups: Get started, Guides, Providers / CLI, Advanced, Community.

## Start here

<Columns cols={2}>
  <Card title="Install the plugin" icon="download" href="/en/jetbrains/start/install">
    Install CC GUI from JetBrains Marketplace.
  </Card>

  <Card title="Prepare your environment" icon="wrench" href="/en/jetbrains/start/setup">
    Set up Node.js 18+, the SDKs, and optional CLIs.
  </Card>

  <Card title="Providers / CLI" icon="boxes" href="/en/jetbrains/providers/overview">
    Separate pages for Claude, Codex, Kimi, Grok, OpenCode, and Pi.
  </Card>

  <Card title="Send the first message" icon="message-square" href="/en/jetbrains/start/first-task">
    Choose a provider, add credentials, and finish the first chat.
  </Card>

  <Card title="Learn the interface" icon="layout-dashboard" href="/en/jetbrains/start/interface">
    Tool window, tabs, and the Chat / History / Settings views.
  </Card>
</Columns>
