Skip to content
MCP-Bridge
Design & CreativePersonal Access TokenOfficial MCP

Figma API MCP Server

Access Figma files, components, and styles for design-to-code workflows in your AI development environment.

Quick Setup

Transport: STDIO

Command: npx -y @figma/mcp-server

Environment Variables

FIGMA_ACCESS_TOKEN

Example: figd_...

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "figma": {
      "command": "npx",
      "args": ["-y","@figma/mcp-server"],
      "env": {
      "FIGMA_ACCESS_TOKEN": "figd_..."
}
    }
  }
}

Endpoints

GET/v1/files/{file_key}

Get file data

GET/v1/images/{image_id}

Get image