← Index

io.github.tathagat22/plumb-mcp

io.github.tathagat22/plumb-mcp·v0.10.8·Other
Quality Score
85
/100

Figma → code MCP: no rate limits, no metered quotas, verification loop. Works on every Figma plan.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "plumb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "plumb-mcp"
      ],
      "env": {
        "FIGMA_TOKEN": "<your-figma_token>",
        "PLUMB_SESSION_NAME": "<plumb_session_name>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "plumb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "plumb-mcp"
      ],
      "env": {
        "FIGMA_TOKEN": "<your-figma_token>",
        "PLUMB_SESSION_NAME": "<plumb_session_name>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y plumb-mcp
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other