Figma
Productivity

Figma Connector

Connect to Figma to access design files, comments, projects, components, and exported images.

$pip install "toolsconnector[figma]"
22
Actions
Productivity
Category
Free
Apache 2.0

All 22 Actions

Action Description Parameters Returns
create_webhook ⚠Create a webhookteam_id, event_type, endpoint  [description]dict
delete_comment ⚠Delete a comment from a Figma filefile_key, comment_idbool
delete_webhook ⚠Delete a webhookwebhook_idNoneType
get_commentsGet comments on a Figma filefile_keyPaginatedList[FigmaComment]
get_componentGet a specific component from a Figma filefile_key, component_idFigmaComponent
get_component_setGet component sets from a Figma filefile_keylist
get_fileGet a Figma file by keyfile_keyFigmaFile
get_file_nodesGet specific nodes from a Figma filefile_key, idsdict
get_file_pagesGet pages in a Figma filefile_keylist
get_file_stylesList styles in a Figma filefile_keylist
get_imageExport images from a Figma filefile_key, ids  [format]PaginatedList[FigmaImage]
get_local_variablesGet local variables in a filefile_keydict
get_published_variablesGet published variables in a filefile_keydict
get_team_componentsList published components in a team libraryteam_id  [page_size, cursor]PaginatedList[FigmaComponent]
get_team_stylesList published styles in a team libraryteam_id  [page_size, cursor]PaginatedList[FigmaStyle]
list_componentsList components in a Figma filefile_keyPaginatedList[FigmaComponent]
list_file_versionsList version history for a Figma filefile_key  [limit]PaginatedList[FigmaVersion]
list_project_filesList files in a Figma projectproject_idPaginatedList[FigmaProjectFile]
list_projectsList projects for a Figma teamteam_idPaginatedList[FigmaProject]
list_team_projectsList projects in a teamteam_id  [limit]list
list_webhooksList webhooksteam_idlist
post_comment ⚠Post a comment on a Figma filefile_key, message  [client_meta]FigmaComment
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing