mcp-figma-to-react

mcp-figma-to-react

22

The MCP Figma to React Converter is a server that transforms Figma designs into React components with TypeScript and Tailwind CSS. It utilizes the Figma API and supports both stdio and SSE transports for execution.

What is the minimum Node.js version required?

Node.js 18 or higher is required.

How do I obtain a Figma API token?

You can get a personal access token from the Figma account settings page.

What transport methods are supported?

The server supports both stdio and SSE transports.

Can I use this tool to generate components with other CSS frameworks?

Currently, the tool is designed to apply Tailwind CSS classes based on Figma styles.

Is there a development mode available?

Yes, you can use the watch mode for development with npm run dev.