mcpbeat Sign in

Figma Context MCP Server

local only

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

LLM-optimized Figma MCP server.

Installs per day peak 471 · avg 122 · +138% w/w
a month agotoday
758
Installs / week
npm · @tmegit/figma-developer-mcp
5
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Package points at a different repository felixanhalt/figma-to-code-mcp
пакет @tmegit/figma-developer-mcp ссылается на felixanhalt/figma-context-mcp

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

This one needs environment variables set before it will start: FIGMA_API_KEY (Your Figma Personal Access Token, learn more here: 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 Context MCP

same job, measured the same way
Figma To Code MCP
by felixanhalt

LLM-optimized Figma MCP server.

165 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
by pipeworx-io

Figma MCP Pack

41 tools answering
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

53 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 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
Flowbite MCP
by themesberg

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

429 installs/wk local only

Figma Context MCP — questions

Answers built from our own checks of this server.

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