Skip to content
Cursor

figma designer for Cursor

io.github.a1245582339/figma-designer

Give AI agents full read & write access to Figma — 50+ tools for design automation

client:Cursor transport:stdio runtime:npm

Install figma designer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "figma-designer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figma-designer-mcp"
      ],
      "env": {
        "FIGMA_TOKEN": "<FIGMA_TOKEN>",
        "FIGMA_BRIDGE_PORT": "<FIGMA_BRIDGE_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

figma designer in other clients