deepsuthar496_figma-mcp-server
If you are the rightful owner of deepsuthar496_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 designed to facilitate seamless integration with Figma's API, enabling users to perform a variety of operations on Figma files, manage comments, and handle project and team-related tasks. It also supports webhook management, allowing users to create, list, and delete webhooks for real-time updates. The server is built to be easily configurable and can be integrated into existing workflows with minimal effort. By leveraging the MCP framework, the server provides a structured approach to interacting with Figma, making it a valuable tool for developers and teams looking to automate and streamline their design processes.
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