Control Figma in your code editor using MCP.
- Cursor
- Figma account
-
Get a Figma account (OAuth is used when you connect).
-
Update MCP configuration in Cursor.
{
"mcpServers": {
"figma": {
"url": "https://mcp.figma.com/mcp",
"type": "http"
}
}
}- Enable MCP server in Cursor.
Open Cursor Settings > Tools & MCP > Enable figma.
-
Complete OAuth when you connect.
-
Prompt like ninja.
"Analyze the design at https://www.figma.com/design/ABC123/My-Design"
"What components are used in this Figma file?"
"Export the header frame from my design"
- Figma MCP Server Documentation (rate limits and troubleshooting)
- Figma Help Center - MCP Setup
- Figma MCP Server Guide (GitHub)
