Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FIGMA_ACCESS_TOKEN | Yes | Your Figma API access token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_file_data | Get Figma file data with chunking and pagination |
list_files | List files in a project or team |
get_file_versions | Get version history of a Figma file |
get_file_comments | Get comments on a Figma file |
get_components | Get components from a Figma file |
get_styles | Get styles from a Figma file |
get_file_nodes | Get specific nodes from a Figma file |