Back to Apps

Figma to Code MCP
Supports UIby vincegx
Transform Figma designs into pixel-perfect React + Tailwind components with visual validation.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
This server bridges the gap between design and development by converting Figma layouts into high-quality React and Tailwind CSS code. It uses a multi-phase pipeline involving AST transformations and Puppeteer-based visual validation to ensure the output matches the original design.
Tools
figma-analyze: Extracts metadata and chunks from Figma and generates code.figma-merge: Combines multiple screens (Desktop, Tablet, Mobile) into a single responsive component.figma-reprocess: Regenerates files for an existing export without new MCP calls.figma-validate: Performs visual fidelity checks between Figma and the web render.
Installation
Run via Docker Compose:
docker-compose up --build
Ensure Figma Desktop is running on port 3845. Add to claude_desktop_config.json:
{
"mcpServers": {
"figma-to-code": {
"command": "docker",
"args": ["run", "-i", "--rm", "vincegx/figma-to-code"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker-compose up --buildInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Requires Figma Desktop running on port 3845. Use Docker for deployment.





