figma-mcp-bridge

gethopp/figma-mcp-bridge
★ 154 stars TypeScript API Integration Updated 3mo ago ✗ Risk
Figma Plugin & MCP server to bypass API 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-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "gethopp/figma-mcp-bridge"
      ]
    }
  }
}