Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
figma_get_file_data | Get detailed information about a Figma file |
figma_get_images | Get images of Figma nodes |
figma_get_image_fills | Get all image resources in the specified Figma file |
figma_get_file_meta | Get metadata information for a Figma file |
figma_to_code | Convert Figma designs into code. This tool extracts specified Figma nodes and transforms them into HTML, React with CSS Modules, or React with Tailwind CSS, facilitating automated design-to-code conversion. |