figma-mcp-bridge

gethopp/figma-mcp-bridge
★ 154 stars TypeScript 🔌 API Integration Updated today
Figma Plugin & MCP server to bypass API limits
View on GitHub →

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"
      ]
    }
  }
}