Skip to content
Cursor

figbridge for Cursor

io.github.rudraptpsingh/figbridge

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

client:Cursor transport:stdio runtime:npm

Install figbridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "figbridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figbridge-mcp"
      ],
      "env": {
        "FIGBRIDGE_PORT": "<FIGBRIDGE_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

figbridge in other clients