mcpbeat Sign in

Figbridge MCP Server

by rudraptpsingh Your server? Claim it
local only

Figbridge runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 10 Jun 2026.

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

Installs per day peak 36 · avg 12 · -59% w/w
a month agotoday
68
Installs / week
npm · figbridge-mcp
12
Stars
0 open issues
10 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call import_responsive_set.url → mcp/src/bridge.js:167
              await fs.writeFile(outPath, Buffer.from(b64, "base64"));
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/bridge.js:1, [пакет] src/browser.js:1, [пакет] src/doctor.js:1 и ещё 10
этот файл ставится пользователю, но в репозитории его нет
    const p = execSync(process.platform === "win32" ? "where node" : "which node", { encoding: "utf8" }).split(/\r?\n/)[0].trim();
Executes code built at runtime plugin/code.js:2273
        var p = eval(wrapped);
Page executes code built at runtime plugin/ui.html:976
      caret.innerHTML = ICONS.caret;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add figbridge -- npx -y figbridge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "figbridge": {
      "args": [
        "-y",
        "figbridge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.figbridge]
command = "npx"
args = ["-y", "figbridge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "figbridge": {
      "args": [
        "-y",
        "figbridge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "figbridge": {
      "args": [
        "-y",
        "figbridge-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Figbridge

same job, measured the same way
Design Token Bridge MCP
by kenneives

Translate design tokens between Tailwind, Figma, CSS, Material 3, and SwiftUI

79 installs/wk local only
Localfig
by lucasgorgal

The Figma desktop app as an MCP server: full Plugin API for AI agents. Local, no token, no quota.

24 installs/wk local only
Flowbite MCP
by themesberg

MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS

429 installs/wk local only
Tailwind Context Resolver MCP
by vola-trebla

Resolves Tailwind CSS design tokens and validates utility classes against the local project config.

36 installs/wk local only
Figma MCP Express
by sunhome243

Compact Figma MCP with validated batch ops through a local plugin bridge.

233 installs/wk local only
Figma Context MCP Air
by compassalessandrolorenz

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

34 installs/wk local only
D
Brilliant
by brilliant

Local MCP bridge: your coding agent designs on Brilliant's real vector canvas, fully on 127.0.0.1.

101 installs/wk local only
Figma MCP Rust
by alvinindra

Figma MCP server in Rust: plugin bridge, no API token, no rate limits, 73 tools.

126 installs/wk local only

Figbridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Figbridge?
Figbridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package figbridge-mcp was installed 68 times last week.
How do I connect Figbridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls figbridge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Figbridge?
The npm package figbridge-mcp was installed 68 times in the last week. Week over week that is -59%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Figbridge open source?
Yes — it is published under the MIT licence, written in JavaScript and 12 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.