Skip to content
Cursor

plumb mcp for Cursor

io.github.tathagat22/plumb-mcp

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

client:Cursor transport:stdio runtime:npm

Install plumb mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "plumb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "plumb-mcp"
      ],
      "env": {
        "FIGMA_TOKEN": "<FIGMA_TOKEN>",
        "PLUMB_SESSION_NAME": "<PLUMB_SESSION_NAME>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

plumb mcp in other clients