- Step 1: Obtain your Figma API token from your Figma account settings.
- Step 2: Clone the repository and install dependencies using npm install.
- Step 3: Set the environment variable FIGMA_API_TOKEN with your token.
- Step 4: Run the MCP server locally using npm start or node dist/index.js.
- Step 5: Use the available commands to fetch Figma projects and generate React components.
- Step 6: Access the generated components for integration in your React project.