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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claudecodeui": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claudecodeui"
]
}
}
}