figma-kit

dop-amine/figma-kit
★ 1 stars Go API Integration Updated 3d ago
CLI for programmatic Figma design via the MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "figma-kit": {
      "command": "go",
      "args": [
        "run",
        "github.com/dop-amine/figma-kit@latest"
      ]
    }
  }
}