Custom Figma
FreeNot checkedLocal bridge enabling AI agents to inspect and edit the currently open Figma Desktop file through the Figma Plugin API.
About
Local bridge enabling AI agents to inspect and edit the currently open Figma Desktop file through the Figma Plugin API.
README
Use Codex or Claude Code to inspect and edit the Figma file that is open in Figma Desktop.
This is a local tool. It does not use the official Figma MCP, Figma OAuth, Figma API keys, file keys, or Figma web URLs for normal editing.
Install First
1. Install Requirements
- Figma Desktop
- Node.js 22.5 or newer
- pnpm 10.25 or newer
If pnpm is missing, ./run.sh will try to enable it with Corepack.
2. Start This Project
Open Terminal:
cd /path/to/figma-mcp
./run.sh
Keep this Terminal window open while you use Figma MCP.
3. Add The Figma Plugin Once
- Open Figma Desktop.
- Go to
Plugins -> Development -> Import plugin from manifest.... - Select
figma-plugin/manifest.jsonfrom this project. - Run
Plugins -> Development -> Custom Figma MCP Bridge.
The plugin should show Connected.
4. Connect Your AI Tool
For Codex:
codex mcp add custom-figma-mcp -- /bin/zsh -lc 'cd /path/to/figma-mcp && node mcp-server/dist/index.js'
For Claude Code:
claude mcp add --transport stdio custom-figma-mcp -- /bin/zsh -lc 'cd /path/to/figma-mcp && node mcp-server/dist/index.js'
Use the real full path to this folder.
After adding it, restart Codex or Claude Code.
Daily Use
- Open the Figma file in Figma Desktop.
- In Terminal, run:
cd /path/to/figma-mcp
./run.sh
- In Figma Desktop, run
Plugins -> Development -> Custom Figma MCP Bridge. - Start Codex or Claude Code.
- Ask it to inspect or edit the open Figma file.
Check That It Works
Run:
curl http://localhost:3333/health
Good result:
{
"ok": true,
"pluginConnected": true
}
If pluginConnected is false, open Figma Desktop, open your file, and run Plugins -> Development -> Custom Figma MCP Bridge.
What This Does
This project creates a local bridge:
Codex / Claude Code
-> local MCP server
-> local WebSocket
-> Figma Desktop plugin
-> your open Figma file
The AI tool can read and edit the file that is currently open in Figma Desktop.
It can create and update frames, text, rectangles, components, auto-layout frames, styles, variables, and other supported Figma Plugin API objects.
Common Problems
The Plugin Says Reconnecting
- Make sure
./run.shis still running. - Click
Reconnectin the plugin. - If it still fails, close and run the plugin again from
Plugins -> Development.
The Health Check Says pluginConnected false
The local server is running, but Figma Desktop is not connected.
Open Figma Desktop, open the target file, and run Custom Figma MCP Bridge.
Codex Or Claude Does Not Show The Tools
Restart Codex or Claude Code after adding the MCP server.
In Codex or Claude Code, run /mcp and look for custom-figma-mcp.
More Help
- Codex setup: docs/codex-setup.md
- Claude Code setup: docs/claude-code-setup.md
- Figma plugin setup: docs/figma-setup.md
- Architecture details: docs/architecture.md
Developer Commands
pnpm install
pnpm build
pnpm typecheck
pnpm doctor
pnpm test:integration
./run.sh --check
Installing Custom Figma
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mahmudcoding/figma-mcpFAQ
Is Custom Figma MCP free?
Yes, Custom Figma MCP is free — one-click install via Unyly at no cost.
Does Custom Figma need an API key?
No, Custom Figma runs without API keys or environment variables.
Is Custom Figma hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Custom Figma in Claude Desktop, Claude Code or Cursor?
Open Custom Figma on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
by passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
by dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
by NOVA-3951Design Inspiration Server
Searches top design platforms like Dribbble and Behance to provide UI inspiration, color palettes, and layout patterns via the Serper API. It allows users to re
by YonasValentinPIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
by jangjo123Figma
Extract design specs and assets
by Figmamcp-dockmaster
An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS.
ariekogan/ateam-mcp
Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environm
by ariekoganthinkchainai/mcpbundles
MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic
by thinkchainaiarikusi/nakkas
MCP server that turns AI into an SVG artist. One rendering engine with JSON config, AI controls all design parameters. CSS @keyframes + SMIL animations, 16+ ele
by arikusiCompare Custom Figma with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All design MCPs
