MCP Marketplace logo
MCP
All servers
Figma

Figma

verified

Read Figma files, frames, and components.

by Figma6.2kMITupdated 1mo agoadded 1y ago

Figma MCP server. Pull file metadata, frames, components, and variables for design-aware code generation.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "figma": {
      "command": "npx",
      "args": [
        "-y",
        "@figma/mcp"
      ],
      "env": {
        "FIGMA_TOKEN": "figd_xxx"
      }
    }
  }
}

Related servers