← Index

io.github.a1245582339/figma-designer

io.github.a1245582339/figma-designer·v0.3.6·Other
Quality Score
78
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "figma-designer": {
      "command": "npx",
      "args": [
        "-y",
        "figma-designer-mcp"
      ],
      "env": {
        "FIGMA_TOKEN": "<your-figma_token>",
        "FIGMA_BRIDGE_PORT": "<figma_bridge_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "figma-designer": {
      "command": "npx",
      "args": [
        "-y",
        "figma-designer-mcp"
      ],
      "env": {
        "FIGMA_TOKEN": "<your-figma_token>",
        "FIGMA_BRIDGE_PORT": "<figma_bridge_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y figma-designer-mcp
§02  Environment variables
FIGMA_TOKEN
requiredsecret

Figma Personal Access Token

FIGMA_BRIDGE_PORT

WebSocket bridge port (default: 3055)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other