Skip to content
Claude Desktop

asdesigned for Claude Desktop

io.github.maher-reven/asdesigned

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

client:Claude Desktop transport:stdio runtime:npm

Install asdesigned in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

asdesigned in other clients