Figma

Connect your AI agents to Figma.

Available Tools

get_comments

Get all comments from a Figma file with author info, timestamps, and positioning metadata. Supports nested threads. Requires file_key.

post_comment

Create a new comment in a Figma file with specified message content and optional client metadata. Enables collaborative feedback and design review workflows through programmatic comment creation.

delete_comment

Remove a specified comment from a Figma file. Requires valid comment_id and file_key parameters. Essential for comment moderation and cleanup workflows.

get_comment_reactions

Retrieve all reactions associated with a specific comment. Provides detailed reaction information including emoji types, user information, and reaction counts for engagement analysis.

post_comment_reaction

Add an emoji reaction to a specific comment. Enables automated engagement and feedback acknowledgment through programmatic reaction management.

delete_comment_reactions

Remove a specific emoji reaction from a comment. Essential for reaction management and cleanup workflows in collaborative design environments.

get_team_components

Get components from a team

get_file_components

Get components from a file

get_component

Get details of a specific component

get_team_styles

Get styles from a team

get_file_styles

Get styles from a file

get_style

Get details of a specific style

get_dev_resources

Get development resources from a file

delete_dev_resource

Delete a development resource

get_file

Get Figma file content including document structure, pages, components, and styles. Optional parameters: version, node IDs, depth, geometry, plugin data, branch data.

get_file_nodes

Get specific nodes from a Figma file by node IDs. Requires file_key and comma-separated ids. Optional: version, depth, geometry, plugin data.

get_images

Export nodes from Figma file as images (PNG, JPG, SVG, PDF). Requires file_key and node ids. Optional: scale, format, SVG settings. Returns download URLs.

get_image_fills

Get image fill references from a Figma file. Returns mapping of images to download URLs and metadata. Requires file_key.

get_file_versions

Get version history of a Figma file with timestamps, authors, and version labels. Requires file_key.

get_file_meta

Get lightweight file metadata (name, editor type, last modified, URL, access role) without downloading full document tree. Faster than get_file. Requires file_key.

get_team_projects

Get all projects for the authenticated team.

get_project_files

Retrieve all files contained within a specified project. Supports optional branch data inclusion for comprehensive file structure analysis. Essential for project content management and file discovery.

get_webhook

Get webhook configuration including event type, endpoint URL, and status. Requires webhook_id.

create_webhook

Create webhook for Figma file notifications. Requires team_id, event_type, endpoint. Optional passcode. Supports FILE_UPDATE, FILE_DELETE, FILE_VERSION_UPDATE, LIBRARY_PUBLISH events.

update_webhook

Update webhook configuration including endpoint, event types, description, or passcode. Requires webhook_id.

delete_webhook

Delete a webhook subscription to stop notifications. Requires webhook_id.

get_team_webhooks

Get all webhook configurations for a team including IDs, event types, endpoints, and status. Requires team_id.