mcpbeat Sign in

Figma MCP Server

local only

Figma runs on your own machine — the client starts it, so there is no endpoint to ping. 246 installs a week from pypi. Last commit 12 May 2026.

Export files, access design data, manage projects, comments, and team assets

Installs per day peak 57 · avg 30 · -22% w/w
a month agotoday
246
Installs / week
pypi · mcparmory-figma
31
Stars
1 open issues
12 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Figma 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 -- uvx mcparmory-figma
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "figma": {
      "args": [
        "mcparmory-figma"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.figma]
command = "uvx"
args = ["mcparmory-figma"]
.cursor/mcp.json
{
  "mcpServers": {
    "figma": {
      "args": [
        "mcparmory-figma"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "figma": {
      "args": [
        "mcparmory-figma"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Figma

same job, measured the same way
Canva MCP
by wmarceau

MCP server for Canva - create designs, manage assets, use templates, export graphics

55 installs/wk local only
Supernova
by supernova

Access and maintain design system docs, tokens, components, skills, and contexts across any project.

answering
Canva
by mcparmory

Create designs, manage assets, and automate design generation from external workflows

260 installs/wk local only
Design System
by zaklad

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

answering
Figma Context MCP
by glips

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

69 542 installs/wk local only
Brandfetch
by brandfetch

Search brands and retrieve design assets, company data, other brand context from Brandfetch's API

answering
StyleForge-AI
by evozim

Automated design token builder producing clean CSS and Sass assets.

answering
C
Overlayqa
by overlayqa

Run accessibility, contrast, and design token audits and file QA issues from your AI coding tool.

94 installs/wk local only

Figma — questions

Answers built from our own checks of this server.

Why is there no uptime for Figma?
Figma 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 pypi package mcparmory-figma was installed 246 times last week.
How do I connect Figma?
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 mcparmory-figma straight from pypi; nothing to host, nothing to sign up for.
How many people use Figma?
The pypi package mcparmory-figma was installed 246 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Figma open source?
We cannot say either way: written in Python, 31 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.