Programmatically read, create, and modify Figma designs via MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Connect AI assistants to Figma via Model Context Protocol to read designs, create and modify elements, and manage design systems programmatically.
This plugin empowers your AI assistant to become a Figma assistant, executing design updates Safer, Cleaner, and Faster than a human ever could.
This plugin allows you as a Designer to focus purely on creative decision-making, leaving the error-prone & repetitive manual changes to the automated systems.
π Featured by IDEO: Letting AI edit live Figma files without trusting it to behave
π Documentation: neozhehan.github.io/figma-edit-mcp
The project has three goals: Safer, Cleaner, and Faster.
These goals support each other: when the plugin refuses mistakes, the file stays consistent, and a consistent file is easier for both you and the AI to work with.
Read the full reasoning behind these goals β
AI assistants sometimes invent things. An AI can name a layer that does not exist, or misremember which layer it was editing. This plugin does not depend on the AI being right. The plugin checks every edit itself, inside Figma, and refuses any edit that fails a check. The AI cannot skip these checks.
What the plugin enforces:
One honest limit: the plugin checks where an edit happens and which layer it touches. It cannot check whether the edit is the one you wanted. A wrong edit that follows all the rules will go through. So you review the AI's work the same way you would review a colleague's work.
The exact rules, and the conditions under which each one holds, are written down in SAFETY.md. That document is for developers. (Your AI assistant loads the same rules at runtime via the figma-edit skill or the figma-edit://guide/* resources.)
You do not need to know every Figma feature to direct this system. The work splits three ways:
The AI contributes scale. The plugin contributes protection. You contribute the design judgment.
The quickest way to run Figma Edit MCP is directly from the NPM registry. You do not need to clone this repository.
Add the server to your AI assistant's MCP configuration:
The config file location depends on your host β see Integration-Specific Setup below. Bun users can substitute bunx for npx; both resolve the same package.
In a terminal, start the bridge that connects the MCP server to the Figma plugin. Keep this terminal running:
The Figma plugin ships inside the NPM package. Install the package once to materialize the plugin files on disk:
Then in the Figma desktop app:
node_modules/figma-edit-mcp/figma_plugin/manifest.json from the directory above.The plugin is now available under Plugins β Development in any Figma file.
The package also ships a cross-tool skill that teaches your agent the server's safety constraints, error recovery, and tool selection β loaded on demand, so it costs almost nothing until needed. Agents that support the open SKILL.md standard (Claude Code, GitHub Copilot, OpenAI Codex, Cursor, Gemini CLI, Google Antigravity) discover it once it's in their skills directory:
Clients that don't support skills can still reach the same guidance over the MCP connection as resources under figma-edit://guide/* β no install required.
Running from a local clone? See CONTRIBUTING.md for the contributor-only --local development workflow.
Paste the JSON snippet from the Quick Start into your host's MCP config file:
| Integration | Config File Location | Notes |
|---|---|---|
| Cursor | ~/.cursor/mcp.json | Restart Cursor after editing |
| VS Code / GitHub Copilot | ~/Library/Application Support/Code/User/mcp.json | Requires VS Code 1.102+ with Copilot; enable Agent Mode |
| Google Antigravity | ~/.gemini/antigravity/mcp_config.json | Restart Antigravity to load |
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json | β |
| Claude Code (CLI / VS Code) | run claude mcp add FigmaEdit npx figma-edit-mcp | No file edit needed |
| LM Studio | edit mcp.json via the Developer tab | Or use a deeplink, if provided |
If you prefer to edit your host's MCP config directly, paste this snippet into the appropriate config file:
| Integration | Config File Location |
|---|---|
| Cursor | ~/.cursor/mcp.json |
| VS Code / Copilot | ~/Library/Application Support/Code/User/mcp.json |
| Antigravity | ~/.gemini/antigravity/mcp_config.json |
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json |
| LM Studio | Use the in-app editor (via Developer tab) or edit mcp.json |
Running from a local clone? See CONTRIBUTING.md for the --local workflow.
For local development β building from source, running the bridge from a clone, and the --local integrate workflow β see CONTRIBUTING.md.
To allow Figma (running on Windows) to connect to the bridge (running inside WSL), the bridge needs to listen on 0.0.0.0 instead of localhost:
Then point the Figma plugin's WebSocket address at your WSL instance's IP.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/figma-edit-mcp)<a href="https://allmcps.com/mcp/figma-edit-mcp"><img src="https://allmcps.com/api/badge/figma-edit-mcp?style=directory" alt="Figma Edit MCP on AllMCPs" /></a>