deepsuthar496_figma-mcp-server

deepsuthar496_figma-mcp-server

3.1

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

  1. get_file

    Get information about a Figma file

  2. get_file_versions

    Get version history of a file

  3. get_file_components

    Get components in a file

  4. get_file_comments

    Get comments from a file

  5. post_comment

    Post a comment to a file

  6. delete_comment

    Delete a comment from a file

  7. get_team_projects

    Get projects for a team

  8. get_project_files

    Get files in a project

  9. get_component_styles

    Get published styles

  10. create_webhook

    Create a webhook

  11. get_webhooks

    List webhooks

  12. delete_webhook

    Delete a webhook