CuratedMCP
⌨️
Cursor
Free

How to Install Figma MCP in Cursor

Official Figma integration — access design files, components, and tokens directly in your AI coding workflow

What Figma MCP does

The official Figma MCP server gives AI coding agents direct access to Figma design files, eliminating the gap between design and implementation. Extract tokens, components, layouts, and styles without switching context. Features: - Read file contents, frames, and component definitions - Extract design tokens (colors, typography, spacing, border radius) - Get component variants and their properties - Export specific frames as images - Access Auto Layout constraints and responsive properties - Read comments and annotations on frames - Navigate file structure and page hierarchy - Get precise measurements and coordinates Real-world impact: Before Figma MCP: Describe the design verbally, AI guesses styles After Figma MCP: AI reads the exact hex values, font weights, and spacing from the Figma file and implements pixel-perfect components One of the January 2026 launch partners for Anthropic's MCP Apps — renders interactive design previews directly inside Claude.

figma
design
ui
components
tokens

Installation steps

  1. 1Copy the config below
  2. 2Open or create .cursor/mcp.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Cursor or reload the window

Configuration

File location: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)

.cursor/mcp.jsonjson
{
  "figmaMcp": {
    "command": "npx",
    "args": [
      "-y",
      "figma-developer-mcp"
    ],
    "env": {
      "FIGMA_API_KEY": "figd_..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Figma MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/figma-mcp)](https://curatedmcp.com/marketplace/figma-mcp)

Related servers