asdesigned for Grok
io.github.maher-reven/asdesigned
Diff a rendered UI element against its Figma source and get every drifted property with its delta.
client:Grok
transport:stdio
runtime:npm
Install asdesigned in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"asdesigned": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"asdesigned"
],
"env": {
"FIGMA_TOKEN": "<FIGMA_TOKEN>",
"ASDESIGNED_BROWSER": "<ASDESIGNED_BROWSER>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs