Skip to content
Cursor

one shot ui for Cursor

io.github.tn0123/one-shot-ui

Deterministic UI extraction and screenshot diffing for AI coding agents.

client:Cursor transport:stdio runtime:npm

Install one shot ui in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "one-shot-ui": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "one-shot-ui"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

one shot ui in other clients