
claude-talk-to-figma-mcp
by arinspunk·★ 593·Score 53
An MCP server that enables AI agents to interact with Figma designs through reading, analysis, and modification capabilities.
Overview
This MCP server bridges AI systems with Figma design tools, allowing agents to automate design tasks, analyze visual elements, and modify designs programmatically. It works with Figma's free accounts without requiring a Dev Mode license, making it accessible to a wide range of users. The server implements a WebSocket-based architecture that supports parallel execution from multiple AI agents while preventing conflicts through command queuing.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need AI agents to interact with Figma designs and you don't have a paid Figma Dev Mode license.
When NOT to choose this
Don't choose this if you need advanced Figma Variables support or are working exclusively in a team environment with strict Figma Dev Mode licensing.
Tools this server exposes
12 tools extracted from the READMEget_document_infoGet information about the current Figma document
get_current_selectionGet information about currently selected elements in Figma
scan_textScan for text elements in the Figma document
audit_componentsAudit components in the Figma document
export_assetsExport assets from the Figma document
create_frameCreate a new frame in the Figma document
create_textCreate a new text element in the Figma document
create_shapeCreate a shape element in the Figma document
modify_colorsModify colors of elements in the Figma document
set_stylesSet styles for elements in the Figma document
clone_elementClone an existing element in the Figma document
group_elementsGroup multiple elements together in the Figma document
Note: Tool names inferred from the capabilities section. README mentions a 'complete command list' but doesn't show actual tool names or signatures.
Comparable tools
Installation
Installation
- Install and start the WebSocket:
``bash npx claude-talk-to-figma-mcp ``
- Install the plugin in Figma:
- Open Figma Desktop - Go to Menu → Plugins → Development → Import plugin from manifest - Select src/claude_mcp_plugin/manifest.json
- Configure your Agentic Tool:
**Claude Desktop**: Download and double-click claude-talk-to-figma-mcp.dxt **Cursor**: Add to mcp.json: ``json { "mcpServers": { "ClaudeTalkToFigma": { "command": "npx", "args": ["-p", "claude-talk-to-figma-mcp@latest", "claude-talk-to-figma-mcp-server"] } } } ``
Compare claude-talk-to-figma-mcp with
Last updated · Auto-generated from public README + GitHub signals.