Access your Figma files from your AI. Browse files, inspect frames and components, read comments, and export assets.
Credentials
| Name | Label | Required |
|---|---|---|
FIGMA_TOKEN | Personal Access Token | required |
Setup
terminal
# 1. Go to figma.com/settings and create a Personal Access Token
conductor plugins setup figmaTools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
figma_files | List files in a project | projectId | — |
figma_file | Get file structure and frames | fileKey | — |
figma_components | List components in a file | fileKey | — |
figma_comments | Get comments on a file | fileKey | — |
figma_export | Export a node as an image | fileKey, nodeId, format? | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“List all frames in my design file”
figma_file“Show the comments on the homepage design”
figma_comments