Skip to content
Grok

figma for Grok

com.mcparmory/figma

Export files, access design data, manage projects, comments, and team assets

client:Grok transport:stdio runtime:pypi

Install figma in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "figma": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-figma"
      ]
    }
  }
}

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

figma in other clients