Skip to content
Grok

Figma Context MCP for Grok

io.github.glips/figma-context-mcp

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

client:Grok transport:stdio runtime:npm

Install Figma Context MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "figma-context-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figma-developer-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

Figma Context MCP in other clients