Skip to content
Zed

figma react for Zed

io.github.manansingh2001/figma-react

An MCP server that converts Figma designs into React code.

client:Zed transport:stdio runtime:npm

Install figma react in Zed

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

{
  "context_servers": {
    "figma-react": {
      "command": "npx",
      "args": [
        "-y",
        "@manansiingh/figma-react-mcp-server"
      ]
    }
  }
}

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

figma react in other clients