Skip to content
Cursor

uiscanner for Cursor

io.github.mishaovcharenko/uiscanner

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

client:Cursor transport:stdio runtime:npm

Install uiscanner in Cursor

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

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

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

uiscanner in other clients