Skip to content
Claude Desktop

IOX Cloud for Claude Desktop

cloud.iox/iox-cloud

Deploy MCP servers and AI agents in seconds. AI generates code, deploy globally.

client:Claude Desktop transport:streamable-http

Install IOX Cloud in Claude Desktop

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

{
  "mcpServers": {
    "iox-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://iox-dispatch.matt-merutech.workers.dev/mcp?worker={project_slug}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

IOX Cloud in other clients