Skip to content
MCP-Bridge
Design & Creative

Figma API Claude Desktop Config

Add the Figma API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your Personal Access Token in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

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

Environment Variables

FIGMA_ACCESS_TOKEN

Replace figd_... with your actual figma access token

Endpoints

GET/v1/files/{file_key}

Get file data

GET/v1/images/{image_id}

Get image