← Back to Plugins
MCP Server MCP

io.github.a1245582339/figma-designer

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "figma-designer-mcp",
      "version": "0.3.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Figma Personal Access Token",
          "isRequired": true,
          "isSecret": true,
          "name": "FIGMA_TOKEN"
        },
        {
          "description": "WebSocket bridge port (default: 3055)",
          "name": "FIGMA_BRIDGE_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...