cursor-talk-to-figma-mcp

cursor-talk-to-figma-mcp

Integrates AI agents with Figma via the Model Context Protocol (MCP), enabling reading and programmatic modification of designs.

MCPDesignOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 6.9k
Source
mcp-github

Overview

TalkToFigma is a Model Context Protocol (MCP) integration project that allows AI agents (such as Cursor, Claude Code) to communicate with Figma, enabling reading and programmatic editing of design files. This capability empowers AI to automate design tasks and improve design efficiency. Users need to install the Bun runtime environment and configure an MCP server and WebSocket server. Suitable for designers and developers.

Capabilities

  • Retrieve current Figma document information
  • Retrieve information about the currently selected node
  • Create or update comments
  • Batch create or update multiple comments
  • Create rectangle, frame, and text nodes
  • Set text content

Use cases

Automatically replace text content in designsBatch update component instancesAutomate layout and spacing adjustmentsCreate and manage connection lines

Setup

Requires: API KeyNode 环境
1. Install Bun: `curl -fsSL https://bun.sh/install | bash`
2. Run setup: `bun setup`
3. Start WebSocket server: `bun socket`
4. Install the plugin in Figma: Install from the Figma Community page or install locally

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to install the Figma plugin?

Install from the Figma Community page or install locally.

What are the prerequisites?

Bun installation and MCP server configuration are required.

Related skills