mcpbeat Sign in

Localfig MCP Server

by lucasgorgal Your server? Claim it
local only

Localfig runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 16 Sep 2026.

The Figma desktop app as an MCP server: full Plugin API for AI agents. Local, no token, no quota.

24
Installs / week
npm · localfig
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call figma_place_image.filePath → server.mjs:796, figma_place_image.filePath → server.mjs:493
      const bytes = fs.readFileSync(args.filePath);
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return spawnSync(process.env.ComSpec || 'cmd.exe', ['/d', '/s', '/c', '"' + [file].concat(args).map(q).join(' ') + '"'], { encoding: 'utf8', windowsVerbatimArguments: true });
    const dst = path.join(PLUGIN_DIR, file);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add localfig -- npx -y localfig
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "localfig": {
      "args": [
        "-y",
        "localfig"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.localfig]
command = "npx"
args = ["-y", "localfig"]
.cursor/mcp.json
{
  "mcpServers": {
    "localfig": {
      "args": [
        "-y",
        "localfig"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "localfig": {
      "args": [
        "-y",
        "localfig"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Localfig

same job, measured the same way
Figma MCP Go
by tunglt1810

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

194 installs/wk local only
Figma MCP Go
by vkhanhqui

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

679 installs/wk local only
Figma MCP Rust
by alvinindra

Figma MCP server in Rust: plugin bridge, no API token, no rate limits, 73 tools.

126 installs/wk local only
Figma MCP Rs
by jirayusueb

Figma/FigJam MCP server with read/write via plugin — no API token, no limits. 78 tools.

201 installs/wk local only
Figma MCP Server
by planetabhi

A local MCP server with full Figma REST API coverage.

1 772 installs/wk local only
Figma Context MCP Air
by compassalessandrolorenz

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

34 installs/wk local only
Anima MCP Server
by animaapp

Connect AI coding agents to Anima Playground, Figma, and your design system.

answering
Layerbridge
by muradyf

Read, edit and export the Figma file open in a local plugin. No REST API, no rate limits.

138 installs/wk local only

Localfig — questions

Answers built from our own checks of this server.

Why is there no uptime for Localfig?
Localfig runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package localfig was installed 24 times last week.
How do I connect Localfig?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls localfig straight from npm; nothing to host, nothing to sign up for.
How many people use Localfig?
The npm package localfig was installed 24 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Localfig open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.