figma-lean-mcp

senorMk/figma-lean-mcp
★ 0 stars Go API Integration Updated 2d ago
Minimal, token-efficient Figma MCP server: one run_code primitive + a tiny set of read/export tools
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "figma-lean-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/senorMk/figma-lean-mcp@latest"
      ]
    }
  }
}

README Excerpt

A deliberately **minimal, token-efficient Figma MCP server**. It exposes **one powerful primitive — `run_code` — plus a tiny set of read/export tools**, and relays them to a Figma plugin over a single WebSocket bridge. It exists as a **benchmark**: to measure, in isolation, the token cost of the "one primitive" approach versus a granular server that ships 70+ tools (e.g.

Tools (3)

Buttoncoderun_code