Local Figma MCP server with no rate limits, no quotas, and a verification loop for AI coding agents.
plumb-mcp is worth checking the docs before setup with strong trust signals. Check agent compatibility and use-case fit before adding it to your workflow.
gh repo view tathagat22/plumb-mcp --webOpen the official repository or website.
Check the README for package manager, auth, and platform requirements.
Try it in a small test task inside your agent workflow.
Repository setup guidance
Strong trust signals; still review the README and permissions before production use.
Last commit was about 99 days ago.
60 GitHub stars indicate community interest.
0 open issues signal maintenance load.
MIT license detected.
3 security/trust notes recorded.
Setup difficulty is 3/5.
Generate design system documentation for UI components directly from your AI agent, rendering into Figma or portable .md files.
Argos is an open source visual testing platform that detects unintended UI changes to help teams maintain quality.
Bidirectional MCP bridge that lets AI draw UI directly on Figma canvas and read designs back as structured data.
Extract any website's complete design system with one command.
Plumb is a tool that connects Figma designs to AI coding agents like Claude Code and Cursor. It reads your Figma files through a plugin, avoiding REST API rate limits and quotas. It also includes a verification feature that checks if the code your AI generates actually matches the original design.
Plumb (plumb-mcp) is a Model Context Protocol (MCP) server that bridges Figma designs and AI coding agents. Unlike official Figma Dev Mode MCP or Framelink, Plumb uses a desktop Figma plugin to read designs, bypassing REST API rate limits and plan-gated quotas. It works on every Figma plan, including Free. Plumb returns a compact, normalized design spec (PDS) instead of the massive JSON from Figma's API, reducing token usage dramatically. It also exports SVG icons and PNG images directly to disk. A standout feature is the verification loop: the `plumb_verify` MCP tool and `plumb-mcp verify` CLI drive headless Chrome to compare rendered code against the Figma design, producing color-coded diffs. This closes the loop on design-to-code accuracy. Plumb is built for Claude Code, Cursor, Windsurf, and any MCP-compatible agent. It solves common issues like token caps, rate limits, and layout hallucinations.
60
Stars
3
Forks
0
Issues
MIT
License
Local Figma MCP server with no rate limits, no quotas, and a verification loop for AI coding agents.
Frontend developers using AI coding agents to generate UI code from designs., Design engineers who need to ensure pixel-perfect implementation of Figma designs., AI agent developers building MCP-compatible tools for design-to-code workflows.
The setup section provides repository-level starting guidance, not a guarantee of an independently verified installation. Check the official README and release notes.
The Figma plugin requires sideloading into the desktop app, which may be blocked by some IT policies. The verification feature uses headless Chrome, which could be a security concern in restricted environments.
Similar or complementary options to evaluate include uSpec, Argos, figma-ui-mcp.
Aug 20, 2026