Skip to content
Grok

figbridge for Grok

io.github.rudraptpsingh/figbridge

Free, local MCP bridge for Figma — HTML, CSS, Tailwind, tokens, agent handoff bundles.

client:Grok transport:stdio runtime:npm

Install figbridge 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": {
    "figbridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figbridge-mcp"
      ],
      "env": {
        "FIGBRIDGE_PORT": "<FIGBRIDGE_PORT>"
      }
    }
  }
}

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

figbridge in other clients