Skip to content
Cursor

DesignScan for Cursor

io.github.ms-zaman/designscan

Extract a website’s design tokens (colors, type, spacing, shadows) as DESIGN.md, W3C, or CSS.

client:Cursor transport:stdio runtime:npm

Install DesignScan in Cursor

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

{
  "mcpServers": {
    "designscan": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@designscan/extractor"
      ]
    }
  }
}

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

DesignScan in other clients