Figma MCP Go

Figma MCP - Local Plugin Integration ![tunglt1810/figma-mcp-go server](https://glama.ai/mcp/servers/tunglt1810/figma-mcp-go). Its 40 documented tools cover nodes, node, variable, style.

People connecting design tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 10 · #19 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install Figma MCP Go

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add tunglt1810-figma-mcp-go -- npx -y @tunglt1810/figma-mcp-go

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository a fork of another project - check the upstream repo before trusting releases

repo age created 2026-06-26 - young repo, little track record yet

license MIT - declared in the repository

npm package @tunglt1810/figma-mcp-go - published under the repo owner's npm scope (@tunglt1810)

registry namespace io.github.tunglt1810 is GitHub-verified and matches the repo owner

03 · What Figma MCP Go can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can execute a transactional batch pipeline of mutation steps in Figma with stateful variable binding and rollback, create a FRAME, RECTANGLE, ELLIPSE, STAR, POLYGON, LINE, or SECTION, create a text node (font loaded automatically), and convert an existing FRAME node into a reusable component.

Capability map

Tools grouped from the project's README - what Figma MCP Go lets an agent do.

Node

6 tools - e.g. Create a FRAME, RECTANGLE, ELLIPSE, STAR, POLYGON, LINE, or SECTION; Set any combination of visibility, lock, opacity, rotation, blend mode, constraints, and z-order on one or more nodes; Rename a node

create_node · set_node_properties · rename_node · clone_node · apply_style_to_node · bind_variable_to_node

Nodes

6 tools - e.g. Move nodes to an absolute x/y position; Resize nodes by width and/or height; Move nodes to a different parent frame, group, or section

move_nodes · resize_nodes · reparent_nodes · delete_nodes · group_nodes · ungroup_nodes

update

5 tools - e.g. Set corner radius - uniform or per-corner; Set or update auto-layout (flex) properties on a frame; Update Component Properties (variants, booleans, text) on a component instance

set_corner_radius · set_auto_layout · set_instance_overrides · set_annotations · set_effects

Variable

5 tools - e.g. Create a new local variable collection with an optional initial mode; Add a new mode to an existing collection (e.g. Light/Dark); Create a variable (COLOR/FLOAT/STRING/BOOLEAN) in a collection

create_variable_collection · add_variable_mode · create_variable · set_variable_value · delete_variable

Text

3 tools - e.g. Create a text node (font loaded automatically); Update text content of an existing TEXT node; Find and replace text across all TEXT nodes in a subtree or page; supports regex

create_text · set_text · find_replace_text

Component

3 tools - e.g. Convert an existing FRAME node into a reusable component; Create an instance of a component (local or library); Swap the main component of an INSTANCE node

create_component · create_component_instance · swap_component

Batch

2 tools - e.g. Execute a transactional batch pipeline of mutation steps in Figma with stateful variable binding and rollback; Bulk rename nodes via find/replace, regex, or prefix/suffix

batch_execute_pipeline · batch_rename_nodes

Paint

2 tools - e.g. Paint a node's fill or stroke - solid, linear gradient, or radial gradient; Rename or recolor an existing paint style

set_paint · update_paint_style

Latest releases

v0.1.1 · 2026-08-19

v0.1.0 · 2026-08-17

Close the reviewed bugs, make the tool table the single source of truth, and cut 84 tools to 63 · Close the reviewed bugs, make the tool table the single source of truth, and cut 84 tools to 63

v0.0.7 · 2026-08-01

04 · Who maintains Figma MCP Go

figma-mcp-go is maintained by tunglt1810. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
design - ranked #19 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-19)
registry
io.github.tunglt1810/figma-mcp-go (active, first published 2026-06-27 · 7 versions)
packages
npm:@tunglt1810/figma-mcp-go

06 · Figma MCP Go FAQ

Is Figma MCP Go still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 9 releases in the last 90 days. We re-verify nightly.

What can Figma MCP Go do?

With this server connected, an agent can execute a transactional batch pipeline of mutation steps in Figma with stateful variable binding and rollback, create a FRAME, RECTANGLE, ELLIPSE, STAR, POLYGON, LINE, or SECTION, create a text node (font loaded automatically), and convert an existing FRAME node into a reusable component.

How do I install Figma MCP Go?

Run `npx -y @tunglt1810/figma-mcp-go`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Figma MCP Go run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Figma MCP Go

More design MCP servers · Aicanvas · Uizze · KiCad Schematics · Canvas MCP (vishalsachdev)

More Go MCP servers · Patents MCP · Kubefwd · Datahub · Pindoc · see all