figma-mcp-server

figma-mcp-server

3.1

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

  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