Skip to content

figma to code mcp for Zed

io.github.felixanhalt/figma-to-code-mcp

LLM-optimized Figma MCP server.

client:Zed transport:stdio runtime:npm

Install figma to code 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-to-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tmegit/figma-to-code-mcp"
      ],
      "env": {
        "FIGMA_API_KEY": "<FIGMA_API_KEY>"
      }
    }
  }
}

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

figma to code mcp in other clients