figma mcp go for Grok
io.github.vkhanhqui/figma-mcp-go
Figma MCP server with full read/write access via plugin — no API token, no rate limits. 73 tools.
client:Grok
transport:stdio
runtime:npm
Install figma mcp go in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"figma-mcp-go": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vkhanhqui/figma-mcp-go"
]
}
}
}
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