Odel
UISandbox

UISandbox

Local
@ideelab5TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmuisandbox-mcpv0.3.3

Run

npx -y uisandbox-mcp

MCP client config

{
  "mcpServers": {
    "uisandbox": {
      "command": "npx",
      "args": [
        "-y",
        "uisandbox-mcp"
      ]
    }
  }
}