Skip to content
Zed

figma designer for Zed

io.github.a1245582339/figma-designer

Give AI agents full read & write access to Figma — 50+ tools for design automation

client:Zed transport:stdio runtime:npm

Install figma designer 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": {
    "figma-designer": {
      "command": "npx",
      "args": [
        "-y",
        "figma-designer-mcp"
      ],
      "env": {
        "FIGMA_TOKEN": "<FIGMA_TOKEN>",
        "FIGMA_BRIDGE_PORT": "<FIGMA_BRIDGE_PORT>"
      }
    }
  }
}

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

figma designer in other clients