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
{
"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