MCP Directory
Back

plumb-mcp

by tathagat22 · TypeScript · ★ 59

Local Figma MCP server with no REST rate limits, no metered tool-call quotas, and a verification loop. Drop-in alternative to Figma's Dev Mode MCP and Framelink for Claude Code, Cursor, Windsurf — works on every plan including Free.

#ai#ai-coding-agent#anthropic#claude-code#claude-mcp#cursor#design-to-code#design-tokens#dev-mode#figma#figma-mcp#figma-plugin#free-tier#mcp#mcp-server#model-context-protocol#typescript#windsurf

Install

npx -y github:tathagat22/plumb-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "plumb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:tathagat22/plumb-mcp"
      ]
    }
  }
}

From the README

    ⭐ If Plumb saves you tokens, star it on GitHub — it helps others find it. **The Figma → code MCP with a verification loop.** Designs go in, normalised specs come out, and drives headless Chrome to prove your rendered code actually matches what's in Figma. 📖 Full docs: ****  ·  📦 npm: [](https://www.npmjs.com/package/plumb-mcp)  ·  🇨🇳 [简体中文](./README.zh-cn.md)  ·  🇯🇵 [日本語](./README.ja.md)  ·  🇰🇷 [한국어](./README.ko.md)   Built for coding agents — Claude Code, Cursor, Windsurf, anything MCP-compatible. Reads F…
Read full README on GitHub →

Related ai & ml servers