download_figma_images
Download image assets from Figma designs using an access token and file URL. Export nodes as PNG, JPG, SVG, or PDF with adjustable scale and node targeting.
Instructions
Download images from Figma designs using access token and file URL. Supports both /file/ and /design/ URL formats with node-id parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Scale factor for raster images (0.01 to 4) | |
| format | No | Image export format | png |
| nodeIds | No | Specific node IDs to export. If omitted and URL has node-id, uses that node | |
| figmaUrl | Yes | Figma file URL (supports /file/ and /design/ paths) | |
| figmaAccessToken | Yes | Figma personal access token (optional if FIGMA_ACCESS_TOKEN env var is set). Get from https://www.figma.com/settings |