Figma MCP Server
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.
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
A Model Context Protocol server that integrates with Figma's API, allowing interaction with Figma files, comments, components, projects, and webhook management.