figma designer for Grok
io.github.a1245582339/figma-designer
Give AI agents full read & write access to Figma — 50+ tools for design automation
client:Grok
transport:stdio
runtime:npm
Install figma designer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"figma-designer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figma-designer-mcp"
],
"env": {
"FIGMA_TOKEN": "<FIGMA_TOKEN>",
"FIGMA_BRIDGE_PORT": "<FIGMA_BRIDGE_PORT>"
}
}
}
}
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