Odel
figbridge

figbridge

Local
@rudraptpsingh11JavaScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfigbridge-mcpv0.4.0

Run

npx -y figbridge-mcp

MCP client config

{
  "mcpServers": {
    "figbridge": {
      "command": "npx",
      "args": [
        "-y",
        "figbridge-mcp"
      ]
    }
  }
}