Figma MCP Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FIGMA_API_KEY | Yes | Figma API Key with 'File content' and 'Comments' scopes |
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 |
---|---|
add_figma_file | Add a Figma file to your context |
view_node | Get a thumbnail for a specific node in a Figma file |
read_comments | Get all comments on a Figma file |
post_comment | Post a comment on a node in a Figma file |
reply_to_comment | Reply to an existing comment in a Figma file |