MCP Directory
Back

figma-mcp-bridge

by gethopp · TypeScript · ★ 273

Figma Plugin & MCP server to bypass API limits

#design-to-code#figma#mcp#mcp-server

Install

npx -y github:gethopp/figma-mcp-bridge

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "figma-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "github:gethopp/figma-mcp-bridge"
      ]
    }
  }
}

From the README

[](https://gethopp.app) - [Demo](#demo) - [Quick Start](#quick-start) - [Available Tools](#available-tools) - [Local development](#local-development) - [Structure](#structure) - [How it works](#how-it-works) While other amazing Figma MCP servers like [Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP/) exist, one issues is the [API limiting](https://github.com/GLips/Figma-Context-MCP/issues/258) for free users. The limit for free accounts is 6 requests per month, yes **per month**. Figma MCP Bridge is a solution to this problem. It is a plugin + MCP server that streams live Fig…
Read full README on GitHub →

Related media servers