The Figma MCP Server is a TypeScript-based server that facilitates seamless integration with Figma's API using the Model Context Protocol (MCP). It enables applications to interact with Figma files and projects, providing functionalities such as reading files and listing available files. The server is designed to support advanced features like design token and theme management, pending API enhancements or plugin development. It includes secure authentication, performance optimizations, and comprehensive monitoring features. This project is particularly useful for developers looking to integrate Figma functionalities into their applications, especially those using Claude Desktop or other MCP-compatible clients.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieve Figma file details. Parameters: fileKey (string)
List files in a Figma project. Parameters: projectId (string)
Create design system variables. Parameters: fileKey (string), variables (array of objects with name, type, value)
Create and configure themes. Parameters: fileKey (string), name (string), modes (array of objects with name and variables)