claudecodeui

GitHub

Use Claude Code, OpenCode, Cursor CLI, and Codex on mobile and web with CloudCLI (aka Claude Code UI). CloudCLI is a free open source webui/GUI that helps you manage your Claude Code session and projects remotely.

RAW Config

Claude Desktop Configuration

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

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