mcpbeat Sign in

Figma MCP Server

local only

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

MCP server enabling AI assistants to interact with Figma designs via natural language commands

Installs per day peak 9 · avg 4 · +67% w/w
a month agotoday
19
Installs / week
npm · @oabolade-pegasus/figma-mcp-server
1
Stars
0 open issues
23 Mar 2026
Last commit
0 releases in 90 days
ISC
License
JavaScript

What the code does

We read the source, 11 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.

File ships in the package but is absent from the source [пакет] src/main-local.js:1, [пакет] src/mcp/sse-handlers.js:1, [пакет] src/stdio.js:1 и ещё 6
этот файл ставится пользователю, но в репозитории его нет

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

This one needs environment variables set before it will start: FIGMA_ACCESS_TOKEN (Figma Personal Access Token for API authentication. Get yours at https://www.figma.com/developers/api#access-tokens). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Figma MCP Server

same job, measured the same way
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

29 installs/wk local only
Anima MCP Server
by animaapp

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

answering
Figma MCP Server
by figma-mcp

The Figma MCP server brings Figma design context directly into your AI workflow.

answering
Flowbite MCP
by themesberg

MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS

384 installs/wk local only
Figma Context MCP Air
by compassalessandrolorenz

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

25 installs/wk local only
Figma MCP Server
by planetabhi

A local MCP server with full Figma REST API coverage.

1 180 installs/wk local only
Design System
by zaklad

Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.

answering
Canvas API MCP
by johannsenlum

MCP server exposing the Canvas LMS REST API (1,116 endpoints) for AI assistants

258 installs/wk 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 @oabolade-pegasus/figma-mcp-server was installed 19 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 @oabolade-pegasus/figma-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Figma MCP Server?
The npm package @oabolade-pegasus/figma-mcp-server was installed 19 times in the last week. Week over week that is +67%. 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 ISC licence, written in JavaScript and 1 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.