Skip to content
Zed

figbridge for Zed

io.github.rudraptpsingh/figbridge

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

client:Zed transport:stdio runtime:npm

Install figbridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "figbridge": {
      "command": "npx",
      "args": [
        "-y",
        "figbridge-mcp"
      ],
      "env": {
        "FIGBRIDGE_PORT": "<FIGBRIDGE_PORT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

figbridge in other clients