Skip to content
Zed

Figma MCP for Zed

io.scalably/figma-mcp

Figma MCP: list frames in a file and fetch one frame's JSON and image safely. 2 tools.

client:Zed transport:stdio runtime:npm

Install Figma MCP 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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@scalably-io/figma-mcp"
      ],
      "env": {
        "FIGMA_TOKEN": "<FIGMA_TOKEN>",
        "FIGMA_API_BASE_URL": "<FIGMA_API_BASE_URL>",
        "FIGMA_REQUEST_TIMEOUT_MS": "<FIGMA_REQUEST_TIMEOUT_MS>",
        "FIGMA_MAX_JSON_BYTES": "<FIGMA_MAX_JSON_BYTES>",
        "FIGMA_MAX_FRAME_BYTES": "<FIGMA_MAX_FRAME_BYTES>",
        "FIGMA_OUTPUT_ROOT": "<FIGMA_OUTPUT_ROOT>",
        "FIGMA_ALLOW_HTTP_FOR_TESTS": "<FIGMA_ALLOW_HTTP_FOR_TESTS>"
      }
    }
  }
}

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

Figma MCP in other clients