MCP Figma to React Converter
Fetches designs and components from Figma projects using the Figma API and extracts component information for conversion to React.
Generates React components from Figma designs, including support for component extraction and creation of functional React components.
Applies Tailwind CSS classes to generated React components based on the styles defined in the Figma designs.
Generates type-safe React components with TypeScript support, enhancing the code quality of the converted Figma designs.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Figma to React Converterconvert the login page design from figma.com/file/abc123 to React components"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Figma to React Converter
This is a Model Context Protocol (MCP) server that converts Figma designs to React components. It provides tools for fetching Figma designs and generating React components with TypeScript and Tailwind CSS.
Features
Fetch Figma designs using the Figma API
Extract components from Figma designs
Generate React components with TypeScript
Apply Tailwind CSS classes based on Figma styles
Enhance components with accessibility features
Support for both stdio and SSE transports
Related MCP server: Figma MCP Server
Prerequisites
Node.js 18 or higher
A Figma API token
Installation
Clone the repository
Install dependencies:
npm installBuild the project:
npm run buildConfiguration
You need to set the FIGMA_API_TOKEN environment variable to your Figma API token. You can get a personal access token from the Figma account settings page.
Usage
Running as a local MCP server
FIGMA_API_TOKEN=your_token_here npm startOr with explicit transport:
FIGMA_API_TOKEN=your_token_here node dist/index.js --transport=stdioRunning as an HTTP server
FIGMA_API_TOKEN=your_token_here node dist/index.js --transport=sseAvailable Tools
Figma Tools
getFigmaProject: Get a Figma project structuregetFigmaComponentNodes: Get component nodes from a Figma fileextractFigmaComponents: Extract components from a Figma filegetFigmaComponentSets: Get component sets from a Figma file
React Tools
generateReactComponent: Generate a React component from a Figma nodegenerateComponentLibrary: Generate multiple React components from Figma componentswriteComponentsToFiles: Write generated components to filesfigmaToReactWorkflow: Complete workflow to convert Figma designs to React components
Example Workflow
Get a Figma file key (the string after
figma.com/file/in the URL)Use the
figmaToReactWorkflowtool with the file key and output directoryThe tool will extract components, generate React code, and save the files
Development
For development, you can use the watch mode:
npm run devLicense
ISC
This server cannot be deployed
Maintenance
Related MCP Connectors
Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.
Search and pull 500+ production-ready React + Tailwind sections and elements
- miromiroOAuthapp.miromiro
Turn any live website into brand colors, fonts, design tokens, SVGs, Lottie and paste-ready code.
Live React design-system APIs, patterns, and code validation so AI agents build real UI, not slop.
Related MCP Servers
- AlicenseCqualityDmaintenanceConverts Figma designs to React Native components, allowing users to extract components from Figma designs and generate corresponding React Native components with proper typing and styling.315 npm8MIT
- FlicenseBqualityDmaintenanceA bridge between Figma designs and React implementations that enables pixel-perfect conversion of Figma designs into React applications by processing Figma file data into React-friendly format.51,330 npm2-
- AlicenseNot gradedqualityDmaintenanceConverts Figma designs to React/Vue code using existing Design System components, ensuring consistency by enforcing component library usage instead of custom CSS or Tailwind.7 npm1MIT
- AlicenseAqualityDmaintenanceConverts Figma designs into production-ready React components with design token extraction, widget registry integration, and micro-frontend module generation.356 npm1MIT