Skip to content
Zed

uiscanner for Zed

io.github.mishaovcharenko/uiscanner

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

client:Zed transport:stdio runtime:npm

Install uiscanner in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

uiscanner in other clients