Skip to content
Cursor

asdesigned for Cursor

io.github.maher-reven/asdesigned

Diff a rendered UI element against its Figma source and get every drifted property with its delta.

client:Cursor transport:stdio runtime:npm

Install asdesigned in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "asdesigned": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "asdesigned"
      ],
      "env": {
        "FIGMA_TOKEN": "<FIGMA_TOKEN>",
        "ASDESIGNED_BROWSER": "<ASDESIGNED_BROWSER>"
      }
    }
  }
}

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

asdesigned in other clients