Skip to content
Claude Desktop

EasyBits for Claude Desktop

cloud.easybits/easybits

Persistent Linux microVMs for agents: root, internet, sub-second resume and a public URL.

client:Claude Desktop transport:streamable-http runtime:npm

Install EasyBits in Claude Desktop

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

{
  "mcpServers": {
    "easybits": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.easybits.cloud/api/mcp"
      ]
    }
  }
}

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

EasyBits in other clients