Skip to content
Claude Desktop

UISandbox for Claude Desktop

io.github.ideelab/uisandbox

Play with your app's design in the browser: load a build, turn the knobs, export the code.

client:Claude Desktop transport:stdio runtime:npm

Install UISandbox in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "uisandbox": {
      "command": "npx",
      "args": [
        "-y",
        "uisandbox-mcp"
      ],
      "env": {
        "UISANDBOX_URL": "<UISANDBOX_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

UISandbox in other clients