Skip to content
Zed

figma for Zed

com.mcparmory/figma

Export files, access design data, manage projects, comments, and team assets

client:Zed transport:stdio runtime:pypi

Install figma in Zed

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

{
  "context_servers": {
    "figma": {
      "command": "uvx",
      "args": [
        "mcparmory-figma"
      ]
    }
  }
}

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

figma in other clients