Scenario guide

Best Figma MCP Servers in 2026

Figma MCP servers feed structured design data — frames, components, styles, tokens — directly to the agent, replacing the screenshot-and-guess workflow with something that actually knows your spacing scale and color tokens.

Figma's official Dev Mode MCP server set the standard; community options below work without a Dev Mode seat by going through the REST API. Each detail page notes which access model it needs.

26results
GF
glips/figma-context-mcp
Developer tools

MCP server to provide Figma layout information to AI coding agents like Cursor

15.3K 099
GC
grab/cursor-talk-to-figma-mcp
Developer tools

TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.

6.9K 099
SF
southleft/figma-console-mcp
Developer tools

Your design system as an API. Connect AI to Figma for extraction, creation, and debugging.

1.9K 099
FM
figma/mcp-server-guide
Developer tools

A guide on how to use the Figma MCP server

1.7K 063
VF
vkhanhqui/figma-mcp-go
Developer tools

Open-source Figma MCP server with full read/write access via plugin — no REST API, no rate limits. Turn text into designs and designs into real code.

1.3K 061
AC
arinspunk/claude-talk-to-figma-mcp
Developer tools

Enable your AI agents to read, analyze, and modify Figma designs.

632 093
GF
gethopp/figma-mcp-bridge
Developer tools

While other amazing Figma MCP servers like Figma-Context-MCP exist, one issues is the API limiting for free users.

335 036
MF
mhmzdev/figma-flutter-mcp
Developer tools

Figma to Flutter MCP Server 🌐 Available in: 한국어 (Korean) | 日本語 (Japanese) | 简体中文 (Simplified Chinese) | 繁體中文 (Traditional Chinese) Utilize Figma's rich data in your coding agent.

245 056
TF
tranhoaihung/figma-ui-mcp
Developer tools

Claude Code to Figma · Antigravity to Figma · Cursor to Figma · Any MCP IDE to Figma

220 091
MF
matthewdailey/figma-mcp
Developer tools

A ModelContextProtocol server that enables AI assistants to interact with Figma files. This server provides tools for viewing, commenting, and analyzing Figma designs directly through the...

214 056
AF
antonytm/figma-mcp-server
Developer tools

The official Figma MCP server has only read-only tools. You can use AI Agent in Figma Make. But, it is not convenient to chat in Figma Make and then move result to Figma to continue.

166 095
TF
timholden/figma-mcp-server
Developer tools

A Model Context Protocol (MCP) server that provides integration with Figma's API through Claude and other MCP-compatible clients.

150 099
View all matching entries · 26

FAQ

Official Dev Mode MCP or API-based server?

The official server gives the richest context but requires a Dev or Full seat on a paid Figma plan and the desktop app. API-based community servers work on any plan with a personal access token, with somewhat less live context.

What does design-to-code look like with MCP?

You link a frame, the agent reads its structure and tokens, then generates components that reference your real variables instead of hardcoded hex values. Quality depends heavily on how well the Figma file uses components and variables.

Can it write back to Figma?

Most servers are read-only by design. Figma's plugin API allows writes, but agent-driven design edits are still experimental — treat these as design-consumption tools.

Related guides