Skip to content
MCP-Bridge
Design & Creative

Figma API MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/figma.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/figma.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/figma.json

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