mcps / figma
MCPExplorer Verified

Figma MCP server

Design context for your agent.


01What it is

Figma's Dev Mode MCP server (runs from the Figma desktop app) gives your agent access to your designs — frames, components, variables, and specs — so it can turn a selection into accurate code.

Who it’s for: Frontend engineers and designers who want their agent to build from the real design, not a screenshot.


02Highlights
Design → code
Pull the exact frame, layout, and tokens for a selection to generate faithful UI code.
Local & live
Runs from the Figma desktop app against whatever you have open.

03Add it to your agent

Remote MCP server (Streamable HTTP).

claude mcp add --transport sse figma http://127.0.0.1:3845/sse
{ "mcpServers": { "figma": { "type": "streamable-http", "url": "http://127.0.0.1:3845/sse" } } }

07FAQ
What is Figma MCP?

Figma's Dev Mode MCP server (runs from the Figma desktop app) gives your agent access to your designs — frames, components, variables, and specs — so it can turn a selection into accurate code.

Who is Figma for?

Frontend engineers and designers who want their agent to build from the real design, not a screenshot.

How do I connect Figma to my agent?

Figma is a remote MCP server at http://127.0.0.1:3845/sse. Add it in Claude, Cursor, or any MCP client — for example: claude mcp add --transport sse figma http://127.0.0.1:3845/sse.

How much does Figma cost?

Dev Mode needs a paid seat (from $12/mo). Starter (free) does not include Dev Mode — the MCP needs a Professional Dev seat or higher. See the full pricing breakdown on the Figma pricing page.

Is Figma verified on MCPExplorer?

Yes — Figma is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look.

ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.
FullEnrich
Sales & enrichment
B2B contact enrichment for your agent.
CompanyEnrich
Company data
Real-time company & people intelligence.

09Badge

Figma is featured on MCPExplorer. Add this badge to Figma’s site or README — it links back to this page.

Figma MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/figma" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/figma.svg" alt="Figma MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![Figma MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/figma.svg)](https://mcpexplorer.com/mcps/figma)

Get started

Set up Figma and put it to work — Dev Mode needs a paid seat (from $12/mo). Or see its full verified profile.