a year ago
developer-toolsA Figma API server implementation based on Model Context Protocol (MCP), supporting Figma plugin and widget integration.
Overview
what is Figma MCP Server?
Figma MCP Server is an implementation of a Figma API server based on the Model Context Protocol (MCP), designed to support Figma plugin and widget integration.
how to use Figma MCP Server?
To use the Figma MCP Server, clone the repository, install dependencies, configure environment variables, and run the development server using command line arguments.
key features of Figma MCP Server?
- Interact with Figma API through MCP
- WebSocket server for Figma plugin communication
- Support for Figma widget development
- Rich set of Figma operation tools including file, node, comment, image, search, component, and canvas operations.
use cases of Figma MCP Server?
- Developing and testing Figma plugins.
- Automating workflows in Figma.
- Integrating external services with Figma.
- Managing Figma components and files programmatically.
FAQ from Figma MCP Server?
- How do I get a Figma access token?
Log in to Figma, go to Account Settings > Personal Access Tokens, create a new token, and copy it to your configuration.
- Can I use this server for widget development?
Yes! The server supports both plugin and widget development.
- Is there a license for this project?
Yes, the project is licensed under the MIT License.