figma-mcp-server
The Figma MCP Server is designed to provide integration with Figma's API, offering read-only access to files and projects through Claude and other MCP-compatible clients. It includes features such as secure authentication, performance optimizations, and monitoring, with potential for future capabilities dependent on Figma API developments.
What are the prerequisites for running the Figma MCP Server?
You need Node.js 18.x or higher, a Figma access token with appropriate permissions, and a basic understanding of MCP.
How do I install the Figma MCP Server?
You can install it using npm with the command npm install figma-mcp-server
.
What are the limitations of the current Figma MCP Server?
The server is limited to read-only operations due to Figma API restrictions, and it only supports personal access tokens for authentication.
How can I configure the server for Claude Desktop integration?
You need to configure the server in your Claude Desktop config file using absolute paths and set the Figma access token in the environment variables.
What should I do if the server is not starting?
Ensure you have Node.js 18.x+, verify the build exists, and check the Claude Desktop logs for errors.