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