Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STORAGE_PROVIDER | No | The storage provider to use (e.g., 'custom') | |
| CUSTOM_UPLOAD_KEY | No | Your upload key for the custom upload server | |
| CUSTOM_UPLOAD_URL | No | The URL of your custom upload server | |
| FIGMA_ACCESS_TOKEN | Yes | Your Figma access token (required by Figma API) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_figma_images | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |