Skip to content

figma mcp express for Zed

io.github.sunhome243/figma-mcp-express

Compact Figma MCP with validated batch ops through a local plugin bridge.

client:Zed transport:stdio runtime:npm

Install figma mcp express in Zed

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

{
  "context_servers": {
    "figma-mcp-express": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-express"
      ]
    }
  }
}

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

figma mcp express in other clients