mcpbeat Sign in

Figma MCP Server

local only

Figma MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Figma MCP: list frames in a file and fetch one frame's JSON and image safely. 2 tools.

Installs / week
npm · @scalably-io/figma-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Figma MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Figma MCP

same job, measured the same way
Figsnap MCP
by arimunandar

The Figma file you have open, as MCP tools. Extract, edit, and keep a saved set.

491 installs/wk local only
Figma MCP Rust
by alvinindra

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

111 installs/wk local only
Figma Context MCP
by glips

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

72 308 installs/wk local only
Figma Context MCP Air
by compassalessandrolorenz

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

27 installs/wk local only
figmanage
by dannykeane

Let agents manage your Figma workspace. 102 tools for seats, teams, offboarding, and cleanup.

77 installs/wk local only
Plumb MCP
by tathagat22

Two-way Figma MCP: extract + verify design-to-code, or generate on-brand Figma pages from a prompt.

73 installs/wk local only
Figma MCP Server
by planetabhi

A local MCP server with full Figma REST API coverage.

1 570 installs/wk local only
Gateway
by jinn

Jinn gateway MCP — brand DNA, brand kits, design systems, and agency tools behind one bearer token.

answering

Figma MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Figma MCP?
Figma MCP 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 @scalably-io/figma-mcp.
How do I connect Figma MCP?
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 @scalably-io/figma-mcp straight from npm; nothing to host, nothing to sign up for.
Is Figma MCP open source?
Yes — it is published under the MIT licence, written in TypeScript 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.