HomeDesign & Media › plumb-mcp

plumb-mcp

Two-way Figma MCP: extract + verify design-to-code, or generate on-brand Figma pages from a prompt.

TypeScript
★ 83 stars Last pushed 2026-09-17 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.13.2)

npx -y plumb-mcp@0.13.2

Or add to your MCP client config:

{
  "mcpServers": {
    "plumb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "plumb-mcp@0.13.2"
      ],
      "env": {
        "FIGMA_TOKEN": "<YOUR_VALUE>",
        "PLUMB_SESSION_NAME": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIGMA_TOKEN secret — Figma personal access token (read-only). Only needed for the REST path — not required when the Plumb plugin is paired in Figma desktop. Create one at figma.com → Settings → Security → Personal access tokens.
  • PLUMB_SESSION_NAME — Optional label shown in the Plumb Figma plugin when multiple plumb-mcp servers are paired with the same plugin (multi-agent connect). Defaults to the basename of the current working directory.

Related servers

Data from the Official MCP Registry