mcpbeat Sign in

One Shot UI MCP Server

local only

One Shot UI runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 18 Jul 2026.

Deterministic UI extraction and screenshot diffing for AI coding agents.

Installs per day peak 159 · avg 17 · -34% w/w
a month agotoday
66
Installs / week
npm · one-shot-ui
5
Stars
0 open issues
18 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const proc = Bun.spawn(["claude", ...buildClaudeArgs(model, prompt)], {
Executes code built at runtime packages/optimizer/src/inventory.ts:141
      const fn = new Function(`return (${fnSrc})`)() as (k: string[], m: number) => unknown;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 one-shot-ui -- npx -y one-shot-ui
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "one-shot-ui": {
      "args": [
        "-y",
        "one-shot-ui"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.one-shot-ui]
command = "npx"
args = ["-y", "one-shot-ui"]
.cursor/mcp.json
{
  "mcpServers": {
    "one-shot-ui": {
      "args": [
        "-y",
        "one-shot-ui"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "one-shot-ui": {
      "args": [
        "-y",
        "one-shot-ui"
      ],
      "command": "npx"
    }
  }
}

Alternatives to One Shot UI

same job, measured the same way
ocular
by xyun1996

Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.

33 installs/wk local only
Visily UI Design
by visily-app

UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.

answering
Agentrender MCP
by corbinvachal48

URL to screenshot, PDF, or structured extract for AI agents via MCP.

local only
Cyberwarex Web Access
by cyberpunk11147

Web access for agents: fetch, extract, screenshot, or PDF any public URL.

local only
Urlsnap MCP
by urlsnap

Screenshot, PDF, and markdown extraction from any URL via Claude Desktop and Claude Code.

36 installs/wk local only
Hwatu
by hongnoul

Verification browser for coding agents: headless WebKit, DOM eval, screenshots, pixel-diff.

local only
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
Screenshotink
by screenshotink

Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

26 installs/wk answering

One Shot UI — questions

Answers built from our own checks of this server.

Why is there no uptime for One Shot UI?
One Shot UI 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 one-shot-ui was installed 66 times last week.
How do I connect One Shot UI?
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 one-shot-ui straight from npm; nothing to host, nothing to sign up for.
How many people use One Shot UI?
The npm package one-shot-ui was installed 66 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is One Shot UI 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.