TalkToFigma MCP
NormalDescription
TalkToFigma is an MCP integration tool that enables AI agents (Cursor, Claude Code) to communicate with Figma for reading designs and modifying them programmatically.
Key Features
- MCP server enabling AI agents (Cursor, Claude Code) to read and programmatically modify Figma designs
- WebSocket-based communication between MCP server and Figma plugin
- Rich Figma operations: read document info, manage selections, create/modify/delete nodes
- Bulk text content replacement and instance override propagation for large-scale design automation
- Auto Layout and styling controls: padding, alignment, sizing, fill colors, strokes, corner radius
- Component system support: get local components, create instances, extract and apply overrides
Use Cases
Categories
Quick Start
1. Install Bun: `curl -fsSL https://bun.sh/install | bash`
2. Run setup (installs MCP in Cursor): `bun setup`
3. Start WebSocket server: `bun socket`
4. Install Figma plugin from Figma Community and connect to the WebSocket channel
5. Use Cursor to issue design commands via the MCP tools