figma to code mcp for Grok
io.github.felixanhalt/figma-to-code-mcp
LLM-optimized Figma MCP server.
client:Grok
transport:stdio
runtime:npm
Install figma to code mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"figma-to-code-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tmegit/figma-to-code-mcp"
],
"env": {
"FIGMA_API_KEY": "<FIGMA_API_KEY>"
}
}
}
}
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