TC
ToolCompared
MCP Server

Cursor Talk To Figma (Sonny) MCP Server

by sonnylazuardi

WebSocket bridge between Cursor and Figma for live edits.

CommunityTypeScriptDesign Tools

About Cursor Talk To Figma (Sonny)

Uses a WebSocket server for communication between a Figma plugin and a TypeScript MCP server. Allows retrieving Figma document and node information, creating and modifying elements (rectangles, frames, text), applying styles, managing layout, and executing arbitrary JavaScript code in Figma directly from Cursor.

Tags

figmacursorwebsocketdesign

How to install Cursor Talk To Figma (Sonny)

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "cursor-talk-to-figma-sonny": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-cursor-talk-to-figma-sonny"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Design Tools