figma-mcp-server
The Figma MCP Server is a tool that interacts with Figma designs, enabling the extraction and modification of design elements through a Model Context Protocol. It offers read and write capabilities via a Figma plugin, with comprehensive testing support.
What is the purpose of the Figma MCP Server?
The Figma MCP Server is designed to interact with Figma designs, allowing for the extraction and modification of design information using Claude AI.
What are the prerequisites for using the Figma MCP Server?
You need Node.js 18 or higher, a Figma account and access token, and the Figma MCP plugin installed in the Figma desktop app for write mode.
How do I start the Figma MCP Server?
You can start the server by running the command npm start
in your terminal.
What modes does the Figma MCP Server support?
The server supports readonly mode for extracting design information and write mode for creating or updating designs.
How can I test the server's functionality?
You can run unit tests with npm test
and integration tests with npm run test:integration
or npm run test:integration-js
.