Integrations
Provides integration with Figma's API, enabling file operations (information retrieval, version history, components), comment management (listing, adding, deleting), project and team features (listing projects, getting files, accessing published styles), and webhook management.
Figma MCP Server
A Model Context Protocol (MCP) server that provides integration with Figma's API, allowing you to interact with Figma files, comments, components, and more.
Features
- File Operations
- Get file information
- Get file version history
- Get file components
- Comment Management
- List comments in files
- Add new comments
- Delete comments
- Project & Team Features
- List team projects
- Get project files
- Get published styles
- Webhook Management
- Create webhooks
- List existing webhooks
- Delete webhooks
Installation
- Clone the repository
- Install dependencies:
- Build the server:
Configuration
Configure the server in your MCP settings file with your Figma access token:
Available Tools
File Operations
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
Comment Management
get_file_comments
Get comments from a file
post_comment
Post a comment to a file
delete_comment
Delete a comment from a file
Project & Team Operations
get_team_projects
Get projects for a team
get_project_files
Get files in a project
get_component_styles
Get published styles
Webhook Management
create_webhook
Create a webhook
get_webhooks
List webhooks
delete_webhook
Delete a webhook
Usage Example
License
MIT
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that integrates with Figma's API, allowing interaction with Figma files, comments, components, projects, and webhook management.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that provides access to Figma API functionality, allowing AI assistants like Claude to interact with Figma files, comments, components, and team resources.Last updated -18341
- -securityAlicense-qualityA Model Context Protocol server that integrates Figma design files with AI coding tools like Cursor, Windsurf, and Cline, allowing AI tools to access and understand Figma design data for generating more accurate code.Last updated -1246TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol (MCP) server that enables Claude to create and manipulate designs in Figma through either a Figma plugin or directly via the Figma API.Last updated -TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server for interacting with the Figma API that handles large Figma files efficiently through memory-aware chunking and pagination capabilities.Last updated -71TypeScriptMIT License