Skip to content

Figma MCP Server for Zed

io.github.oabolade/figma_mcp_server_actor

MCP server enabling AI assistants to interact with Figma designs via natural language commands

client:Zed transport:stdio runtime:npm

Install Figma MCP Server 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_server_actor": {
      "command": "npx",
      "args": [
        "-y",
        "@oabolade-pegasus/figma-mcp-server"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "<FIGMA_ACCESS_TOKEN>"
      }
    }
  }
}

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

Figma MCP Server in other clients