Skip to content
Grok

Layerbridge for Grok

io.github.muradyf/layerbridge

Read, edit and export the Figma file open in a local plugin. No REST API, no rate limits.

client:Grok transport:stdio runtime:npm

Install Layerbridge 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": {
    "layerbridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "layerbridge"
      ],
      "env": {
        "FIGMA_BRIDGE_PORT": "<FIGMA_BRIDGE_PORT>",
        "FIGMA_BRIDGE_OUTPUT_ROOTS": "<FIGMA_BRIDGE_OUTPUT_ROOTS>",
        "FIGMA_ACCESS_TOKEN": "<FIGMA_ACCESS_TOKEN>",
        "FIGMA_BRIDGE_ALLOW_SCRIPTS": "<FIGMA_BRIDGE_ALLOW_SCRIPTS>"
      }
    }
  }
}

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

Layerbridge in other clients