asdesigned for Cline
io.github.maher-reven/asdesigned
Diff a rendered UI element against its Figma source and get every drifted property with its delta.
client:Cline
transport:stdio
runtime:npm
Install asdesigned in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"asdesigned": {
"command": "npx",
"args": [
"-y",
"asdesigned"
],
"env": {
"FIGMA_TOKEN": "<FIGMA_TOKEN>",
"ASDESIGNED_BROWSER": "<ASDESIGNED_BROWSER>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs