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
{
"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