figma-mcp-go

RamenSV/figma-mcp-go
★ 20 stars Unknown language API Integration Updated 4d ago
A zero-cost, unlimited Figma MCP server — no API key, no rate limits.
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-mcp-go": {
      "command": "npx",
      "args": [
        "-y",
        "RamenSV/figma-mcp-go"
      ]
    }
  }
}