mcpbeat Sign in

UISandbox MCP Server

local only

UISandbox runs on your own machine — the client starts it, so there is no endpoint to ping. 167 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 563 · avg 18
a month agotoday
167
Installs / week
npm · uisandbox-mcp
5
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check UISandbox every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add uisandbox -- npx -y uisandbox-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uisandbox": {
      "args": [
        "-y",
        "uisandbox-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.uisandbox]
command = "npx"
args = ["-y", "uisandbox-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "uisandbox": {
      "args": [
        "-y",
        "uisandbox-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "uisandbox": {
      "args": [
        "-y",
        "uisandbox-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to UISandbox

same job, measured the same way
Feedthrough
by feedthrough

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

111 installs/wk local only
Banned from Equestria MCP
by rocnubie

Play Banned from Equestria Daily online in your browser with the self-hosted Ruffle player, version

local only
Maxoperf
by maxoperf

Load & browser performance testing — drive MaxoPerf from your AI agent with your API key.

answering
gamedev.pl
by gamedev

Build browser games on gamedev.pl from your coding agent.

34 tools answering
ScreenMocks
by screenmocks

Design and export App Store / Play Store screenshots, localized across all 48 App Store locales.

answering
27-0 MCP
by rocnubie

Play 27-0 free in your browser. Spin all-time NRL clubs and eras, draft 13 rugby league legends

local only
27-0 MCP
by rocniubi

Play 27-0 free in your browser. Spin all-time NRL clubs and eras, draft 13 rugby league legends,

local only
Story Mapper
by tomatap

User story map + kanban with a live browser UI; AI agents and humans plan the same backlog via MCP.

69 installs/wk local only

UISandbox — questions

Answers built from our own checks of this server.

Why is there no uptime for UISandbox?
UISandbox runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package uisandbox-mcp was installed 167 times last week.
How do I connect UISandbox?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls uisandbox-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use UISandbox?
The npm package uisandbox-mcp was installed 167 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is UISandbox open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.