HomeDesign & Media › figbridge

figbridge

Free, local MCP bridge for Figma — HTML, CSS, Tailwind, tokens, agent handoff bundles.

JavaScript
★ 12 stars Last pushed 2026-06-10 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "figbridge": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "FIGBRIDGE_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIGBRIDGE_PORT — Preferred TCP port for the local HTTP+SSE bridge that the Figma plugin connects to. Defaults to 7331. If the port is in use, the bridge walks 7331..7340 automatically.

Related servers

Data from the Official MCP Registry