cursor-talk-to-figma-mcp (MCP Server)

GitHub

TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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