Skip to content
Claude Desktop

uiscanner for Claude Desktop

io.github.mishaovcharenko/uiscanner

Design tokens + a build prompt from any URL, right inside Claude Code, Cursor, and Codex.

client:Claude Desktop transport:stdio runtime:npm

Install uiscanner in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

uiscanner in other clients