Loading MCP server directory, please wait...
Deploy from your terminal, and give an AI coding agent the same abilities over MCP.
npx @getmcp/cli add com.cloudeide/cloudeideRequires Node.js 18+. Community-contributed server. Review source before installing.
CLOUDEIDE_TOKENAPI token from Settings -> API tokens in the CloudeIDE dashboard. The server exits with a message if it is missing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.cloudeide/cloudeide": {
"command": "npx",
"args": [
"-y",
"cloudeide",
"mcp"
],
"env": {
"CLOUDEIDE_TOKEN": "",
"CLOUDEIDE_API_URL": "https://cloudeide.com"
}
}
}
}