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.

26个结果
GF
glips/figma-context-mcp
开发工具

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

1.5万 099
GC
grab/cursor-talk-to-figma-mcp
开发工具

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.

6874 099
SF
southleft/figma-console-mcp
开发工具

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

1929 099
FM
figma/mcp-server-guide
开发工具

A guide on how to use the Figma MCP server

1702 063
VF
vkhanhqui/figma-mcp-go
开发工具

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.

1281 061
AC
arinspunk/claude-talk-to-figma-mcp
开发工具

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

632 093
GF
gethopp/figma-mcp-bridge
开发工具

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
开发工具

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
开发工具

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

220 091
MF
matthewdailey/figma-mcp
开发工具

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
开发工具

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
开发工具

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

150 099
查看全部匹配条目 · 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.

相关指南