Skip to content
VS Code

figma mcp go for VS Code

io.github.tunglt1810/figma-mcp-go

Figma MCP server with full read/write access via plugin bridge — no API token or rate limits.

client:VS Code transport:stdio runtime:npm

Install figma mcp go in VS Code

.vscode/mcp.json

{
  "servers": {
    "figma-mcp-go": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tunglt1810/figma-mcp-go"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

figma mcp go in other clients