Skip to content
Windsurf

plumb mcp for Windsurf

io.github.tathagat22/plumb-mcp

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

client:Windsurf transport:stdio runtime:npm

Install plumb mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

plumb mcp in other clients