cursor-talk-to-figma-mcp MCP Server
grab/cursor-talk-to-figma-mcp
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 mcp add agentrank -- npx -y agentrank-mcp-server Overview
grab/cursor-talk-to-figma-mcp is a JavaScript tool licensed under MIT. 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. Topics: agent, agentic, agentic-ai, ai, cursor, design, figma, mcp, ai-agents, llm, llms, automation, generative-ai, model-context-protocol, claude-code, codex.
Ranked #9495 out of 24840 indexed tools.
Has 7,033 GitHub stars.
Ecosystem
Score Breakdown
7,033 stars → well-known project
Last commit 2mo ago → moderate activity
38/126 issues closed → many open issues
7 contributors → small team
No dependents → no downstream usage
Weights: Freshness 20% · Issue Health 20% · Dependents 22% · Stars 10% · Contributors 8% · How we score →
How to Improve
Matched Queries
From the README
# Talk to Figma MCP This project implements a Model Context Protocol (MCP) integration between AI agent (Cursor, Claude Code) and Figma, allowing AI agent to communicate with Figma for reading designs and modifying them programmatically. https://github.com/user-attachments/assets/129a14d2-ed73-470f-9a4c-2240b2a4885c ## Project Structure - `src/talk_to_figma_mcp/` - TypeScript MCP server for Figma integration - `src/cursor_mcp_plugin/` - Figma plugin for communicating with Cursor - `src/socket.ts` - WebSocket server that facilitates communication between the MCP server and Figma plugin ## How to use 1. Install Bun if you haven't already: ```bash curl -fsSL https://bun.sh/install | bash ``` 2. Run setup, this will also install MCP in your Cursor's active project ```bash bun setup ``` 3. Start the Websocket server ```bash bun socket ``` 4. **NEW** Install Figma plugin from [Figma community page](https://www.figma.com/community/plugin/1485687494525374295/cursor-talk-to-figma-mcRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.