Free, local MCP bridge for Figma β HTML, CSS, Tailwind, tokens, agent handoff bundles.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Figma β code, in both directions. Free, open source, local, and built for the community.
Figbridge is a Figma plugin + local MCP server. Open the plugin on any file, toggle the Live bridge, and any MCP-capable agent (Claude Desktop, Claude Code, Cursor, Continue, Clineβ¦) can read screens, tokens, and components, import a whole URL into Figma, audit the imported design, diff it back against the source, and emit a patch for the source repo β over 127.0.0.1.
Figbridge is built for the community path: free, open source, local, and useful from website capture all the way back to source patches.
Figbridge:
preflight_import flags bot pages, deep DOM, low-res images, SVG-heavy pages, and downloadable font assets before a full import.import_url({ hybridSnapshot: true }) can place a full-page screenshot reference under editable layers for video-heavy or generated sites where pixel fidelity matters.chrome-extension/ unpacked to send visible viewports, full pages, selected elements, authenticated tabs, localhost, or staging pages directly to the local bridge.get_agent_bundle produces a zip (hierarchy Β· tokens Β· components Β· AGENTS.md Β· CHANGES.md) an agent can ship from without a live MCP connection.The plugin is not in Figma Community yet, so you clone the repo to get it. The MCP server comes from npm.
Then:
plugin/manifest.json from the clone above. (One-time.)For any other MCP client (Cursor, Cline, VS Code, β¦), point it at the same binary: npx figbridge-mcp.
Figbridge is also listed on the official Model Context Protocol registry as io.github.rudraptpsingh/figbridge. Clients that support the registry (Claude Desktop, Cursor, VS Code) can discover and install it without hand-editing config.
If Claude Desktop shows "Server disconnected" or port 7331 gets stuck, run:
It reaps orphan figbridge-mcp processes and reports which ports are alive. The bridge auto-falls-back to 7332..7340 if 7331 is held, and the plugin auto-probes the same range β so "port in use" won't block you. FIGBRIDGE_PORT=NNNN overrides the preferred starting port.
For long local agent sessions that drive Figma through POST /command, run a persistent bridge:
This starts only the local HTTP+SSE bridge and keeps it alive after stdin closes. Use this when a desktop/terminal tool starts short-lived commands but you want the Figma plugin connection to remain stable across multiple agent actions.
init writes a config that runs npx -y figbridge-mcp@latest, so every Claude Desktop launch pulls the current version β no action needed after a new release.
If you installed an older version (β€ 0.1.1) that baked an absolute path into your config, run this once to self-heal:
Use npx figbridge-mcp init --pin if you'd rather lock to the currently installed copy (no auto-updates). npx figbridge-mcp --version prints the installed version.
Read (8) β get_current_selection Β· get_last_export Β· list_history Β· get_tokens Β· bridge_status Β· diff_since Β· list_pages Β· list_frames
Catalog (8) β list_screens Β· list_components Β· describe_screen Β· export_app_spec Β· export_all_pages Β· list_assets Β· select_node Β· export_node
Act & Handoff (5) β get_agent_bundle Β· clone_screen Β· recolor Β· apply_tokens Β· lint_ds
Browser (11) β preflight_import (risk check before import, including font download URLs), import_url (live URL β Figma frame; optional hybridSnapshot screenshot reference), import_responsive_set (desktop / tablet / mobile and optional light / dark theme captures), import_url_batch (bulk URL imports), screenshot_url, probe_url, fingerprint_url, audit_interactions (hover / focus discovery), verify_text_fidelity, measure_fidelity, audit_regression (baseline URL vs candidate URL frontend/UI regression audit)
Pillar 1 β Round-trip editing (2) β diff_to_source (per-text-node field diff between imported frame and live source) Β· generate_patch (turn the diff into a minimal HTML/JSX/etc patch against a source dir; style swaps get structured CSS-file hints)
Pillar 2 β Design intelligence audits (5) β audit_palette Β· audit_typography Β· audit_a11y (WCAG 2.x contrast, landmarks, alt text) Β· audit_whitespace (padding/gap rhythm, 4/8-grid conformance) Β· audit_mobile (multi-viewport responsive: horizontal scroll, overflow-x, sub-44px touch targets, sub-12px text)
Pillar 3 β Match the mockup (3) β match_mockup (closed render β diff β refine loop: renders a running app and its target mockup, returns per-viewport visual scores plus a prioritized punch-list of copy / color / typography / spacing / elevation / icon / structure differences, a design-language style fingerprint, and β with sourceDir β the source file to edit for each item) Β· diff_specs (fast structured field-level diff between two rendered URLs) Β· map_components (index an app's source tree β data-testid / component β file, plus design tokens β so diffs name the file to change and the token a literal should become)
All audits are pure deterministic measurement β no model calls. They return numeric scores and structured issue lists ready to feed back into a planning loop. audit_regression can be used as a local/CI gate before shipping a UI change: it compares screenshots, missing visible text, responsive issue deltas, and CSS-feature drift across desktop/tablet/mobile.
The chrome-extension/ folder contains an unpacked MV3 extension for authenticated pages:
chrome://extensions, enable Developer mode, and load the chrome-extension/ folder unpacked.Browser captures can group each website or project into its own Figma page, for example Chrome Capture - Raycast or Chrome Capture - Localhost, so separate projects stay navigable inside one open Figma file.
The extension only posts to 127.0.0.1:7331..7340; it does not send page data to a cloud service.
get_agent_bundle is the differentiator. One call returns a zip:
Three budget tiers (small 8k / medium 32k / large 128k tokens). Slugs are deterministic β rename a node, the slug stays β so CHANGES.md is a real surgical diff instead of a whole-file retranslation.
Figbridge is the first MCP-native tool that closes the loop in both directions.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/figbridge)<a href="https://allmcps.com/mcp/figbridge"><img src="https://allmcps.com/api/badge/figbridge?style=directory" alt="Figbridge on AllMCPs" /></a>