mcpbeat Sign in

Figma MCP Server

by planetabhi Your server? Claim it
local only

Figma MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 701 installs a week from npm. Last commit 29 Aug 2026.

A local MCP server with full Figma REST API coverage.

Installs per day peak 565 · avg 236 · +40% w/w
a month agotoday
1 701
Installs / week
npm · figma-mcp-server
8
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

What the code does

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

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.

Builds a file path from a variable lib/tools.ts:28, [пакет] lib/tools.ts:28
        const module = await import(pathToFileURL(path.join(toolsDir, file)).href);

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 figma-mcp-server -- npx -y figma-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "figma-mcp-server": {
      "args": [
        "-y",
        "figma-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.figma-mcp-server]
command = "npx"
args = ["-y", "figma-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "figma-mcp-server": {
      "args": [
        "-y",
        "figma-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "figma-mcp-server": {
      "args": [
        "-y",
        "figma-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Figma MCP Server

same job, measured the same way
Mac Mail MCP
by wagamama

Mac Mail MCP server with full-coverage FTS5 body search for local Apple Mail.

324 installs/wk local only
A
Nginx Proxy Manager
by baeck

MCP server for Nginx Proxy Manager with full API coverage (43 tools)

72 installs/wk local only
Paperless-ngx
by tobee89

MCP server for Paperless-ngx 3.x — full REST API coverage, schema-aware, token-frugal.

82 installs/wk local only
Apple Mail MCP
by imdinu

Apple Mail MCP server with full-coverage FTS5 body search, reliable on large mailboxes.

613 installs/wk local only
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

58 installs/wk local only
Medicare Coverage
by pipeworx-io

MCP server for medicare-coverage

58 tools answering
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only

Figma MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Figma MCP Server?
Figma MCP Server 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 figma-mcp-server was installed 1 701 times last week.
How do I connect Figma MCP Server?
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 figma-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Figma MCP Server?
The npm package figma-mcp-server was installed 1 701 times in the last week. Week over week that is +40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Figma MCP Server open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 8 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.