Skip to content
Claude Desktop

CloudeIDE for Claude Desktop

com.cloudeide/cloudeide

Deploy from your terminal, and give an AI coding agent the same abilities over MCP.

client:Claude Desktop transport:stdio runtime:npm

Install CloudeIDE in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cloudeide": {
      "command": "npx",
      "args": [
        "-y",
        "cloudeide"
      ],
      "env": {
        "CLOUDEIDE_TOKEN": "<CLOUDEIDE_TOKEN>",
        "CLOUDEIDE_API_URL": "<CLOUDEIDE_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

CloudeIDE in other clients