Uisandbox (ideelab) MCP Server

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

People who work with css, design review and developer tools and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-30 · ★ 6 · #26 OF 85 MAINTAINED DESIGN · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Uisandbox (ideelab)

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add ideelab-uisandbox -- npx -y uisandbox-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-18 - young repo, little track record yet

license MIT - declared in the repository

npm package uisandbox-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.Ideelab is GitHub-verified and matches the repo owner

03 · What Uisandbox (ideelab) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.3 · 2026-08-30

UISandbox 0.3.3 - uisandbox.org · npm [email protected] (npx -y uisandbox-mcp) · on the MCP registry. Restyle your app without rebuilding it: play with your app's design, right in the browser.

v0.3.2 · 2026-08-20

UISandbox 0.3.2 - uisandbox.org · npm [email protected] (npx -y uisandbox-mcp) · on the MCP registry. Restyle your app without rebuilding it - play with your real app's design, live.

v0.3.1 · 2026-08-19

UISandbox 0.3.1 - uisandbox.org · npm [email protected] (npx -y uisandbox-mcp) · on the MCP registry. Restyle your app without rebuilding it - play with your real app's design, live.

04 · Who maintains Uisandbox (ideelab)

UISandbox is maintained by ideelab. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
design - ranked #26 of 85 actively-maintained design servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-08-30)
registry
io.github.Ideelab/uisandbox (active, first published 2026-08-30)
packages
npm:uisandbox-mcp

06 · Uisandbox (ideelab) FAQ

What is Uisandbox (ideelab)?

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

Is Uisandbox (ideelab) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-30 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Uisandbox (ideelab)?

Run `npx -y uisandbox-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Uisandbox (ideelab) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Uisandbox (ideelab)