Odel
figma mcp go

figma mcp go

Local
@vkhanhqui1.3kGoMITUpdated 2mo ago

Figma MCP server with full read/write access via plugin — no API token, no rate limits. 73 tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@vkhanhqui/figma-mcp-gov0.1.3

Run

npx -y @vkhanhqui/figma-mcp-go

MCP client config

{
  "mcpServers": {
    "figma-mcp-go": {
      "command": "npx",
      "args": [
        "-y",
        "@vkhanhqui/figma-mcp-go"
      ]
    }
  }
}