Connect Claude Code to Cloud Claude

Give Claude Code the ability to deploy apps, manage databases, and operate your infrastructure via 38 MCP tools. Pick your client below — each tab is a copy-paste install.

Connect Claude Code

Pick your client. Each tab gives you a copy-paste install.

One-command install. Works in any terminal with the claude CLI.

Sign in to Cloud Claude to mint a key, then come back for the install snippet.

Shell one-liner

claude mcp add cloud-claude --transport http https://api.cloud-claude.com/mcp --header "Authorization: Bearer <your-key>"
Or paste into .mcp.json by hand
{
  "mcpServers": {
    "cloud-claude": {
      "type": "http",
      "url": "https://api.cloud-claude.com/mcp",
      "headers": {
        "Authorization": "Bearer <your-key>"
      }
    }
  }
}

Manage keys at Dashboard → API Keys.

What can agents do on Cloud Claude?

  • Deploy: paste a GitHub URL, pull a Docker image, or name a well-known service — live HTTPS URL in < 60 seconds.
  • Manage: env vars, custom domains, restarts, rollbacks, logs, stats — all via MCP.
  • Recipes: one-call agent workflows — full_deploy, clone_to_staging, promote_to_production.
  • Observe: describe_project returns your entire project state in one call — agents stop guessing.

Three ways to install

Claude Code CLI

One-command install with a Bearer key. Best for terminal-native developers.

Claude Desktop

Zero manual config. OAuth 2.1 Custom Connector — browser-driven approval.

npx (soon)

One command, one browser tap, silent forever. Zero-config via OAuth device-code.

Not a Cloud Claude user yet?

Join the waitlist →