figma-mcp-server
If you are the rightful owner of figma-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides integration with Figma's API, allowing you to interact with Figma files, comments, components, and more.
The Figma MCP Server is a robust integration tool designed to facilitate seamless interaction with Figma's API. It allows users to perform a variety of operations on Figma files, manage comments, and handle project and team-related tasks. Additionally, it supports webhook management, enabling automated responses to changes within Figma. This server is particularly useful for developers and teams who need to automate workflows and integrate Figma functionalities into their applications. With features like file operations, comment management, and project handling, the Figma MCP Server is a comprehensive solution for enhancing productivity and collaboration in design projects.
Features
- File Operations: Get file information, version history, and components.
- Comment Management: List, add, and delete comments in files.
- Project & Team Features: List team projects, get project files, and published styles.
- Webhook Management: Create, list, and delete webhooks.
Tools
get_file
Get information about a Figma file
get_file_versions
Get version history of a file
get_file_components
Get components in a file
get_file_comments
Get comments from a file
post_comment
Post a comment to a file
delete_comment
Delete a comment from a file
get_team_projects
Get projects for a team
get_project_files
Get files in a project
get_component_styles
Get published styles
create_webhook
Create a webhook
get_webhooks
List webhooks
delete_webhook
Delete a webhook