uiscanner for VS Code
io.github.mishaovcharenko/uiscanner
Design tokens + a build prompt from any URL, right inside Claude Code, Cursor, and Codex.
client:VS Code
transport:stdio
runtime:npm
Install uiscanner in VS Code
.vscode/mcp.json
{
"servers": {
"uiscanner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uiscanner-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs