Cursor Talk to Figma MCPServer

paragdesai1
GitHub
FigmaDesign AutomationMCP

Loading subscription status...

💡 Description

This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.

📝 JSON Entries

{
  "mcpServers": [
    {
      "TalkToFigma": {
        "args": [
          "cursor-talk-to-figma-mcp@latest"
        ],
        "command": "bunx"
      }
    }
  ]
}

🛠️ Tools

get_document_infoget_selectioncreate_rectangleset_text_contentjoin_channel

Features

  • Real-time communication with Figma
  • Bulk text content replacement
  • WebSocket server for interaction

💬 Example Queries

  • Get detailed node information about the current selection
  • Create a new rectangle in Figma
  • Batch update multiple text nodes efficiently