Read and modify Figma designs from coding agents with Talk to Figma MCP
Bridge Cursor, Claude Code, and other MCP clients into Figma so agents can inspect selections, create nodes, annotate designs, and apply bulk edits.
Prerequisites
Bun, MCP-compatible client, Figma desktop or web app, Talk to Figma Figma plugin
Installation
Requirements and caveats from upstream:
- read_my_design - Get detailed node information about the current selection without parameters
- get_node_info - Get detailed information about a specific node
- get_nodes_info - Get detailed information about multiple nodes by providing an array of node IDs
Basic usage or getting-started notes:
Run setup, this will also install MCP in your Cursor's active project
Start the WebSocket server
Install the MCP server in Cursor
Extracted from upstream docs: https://raw.githubusercontent.com/grab/cursor-talk-to-figma-mcp/HEAD/README.md