Skip to content
VS Code

one shot ui for VS Code

io.github.tn0123/one-shot-ui

Deterministic UI extraction and screenshot diffing for AI coding agents.

client:VS Code transport:stdio runtime:npm

Install one shot ui in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

one shot ui in other clients