The F2C MCP Server acts as a Model Context Protocol server for Figma, enabling seamless integration between designs and coding tools. It can:
Convert Figma design nodes into high-fidelity code in multiple formats (HTML/CSS, React with CSS Modules, or React with Tailwind CSS)
Provide Figma design context to AI coding tools like Cursor
Retrieve detailed file information with options for depth, version, geometry, branch data, and plugin data
Get images of specified Figma nodes in various formats (jpg, png, svg, pdf) with scale options
Fetch all image resources used as fills within a Figma file
Access metadata information for Figma files
Support Figma file URLs with fileKey and nodeId parameters
Converts Figma design elements to CSS code, allowing for high-fidelity representation of designs in web development
Enables AI coding assistants to access Figma design data, convert Figma design nodes to high-fidelity HTML/CSS markup, and provide Figma design context to AI coding tools
Links to the project repository for access to the source code and related resources
Provides package distribution through npm, with version tracking and dependency management
F2C MCP Server
Due to Figma REST API rate limits, if you are affected, please switch to @f2c/mcp-plugin for normal operation.
English | 简体中文
A Model Context Protocol server for Figma Design to Code using F2C.
Features
🎨 Pixel-Perfect HTML/CSS:F2C converts Figma designs to pixel-perfect HTML/CSS with precision.
⚛️ Multi-Framework Support:F2C generates React, CSS Modules, and Tailwind CSS code for fast development.
🧠 Figma Design Context:F2C integrates design context, ensuring compatibility with AI tools like Cursor.
🔗 Figma File URL Parsing:F2C converts design nodes via Figma URLs, streamlining workflows.
🖼️ Remote Image Localization:F2C automates downloading Figma images to local assets for efficiency.
Related MCP server: mcp-figma
How it works
Configure the Server in an MCP-supported IDE (e.g., Cursor, Trae).
recommended to use Comate AI IDE
Open your chat in IDE (e.g. agent mode in Cursor).
Paste a link to a Figma Node (Right-click any node in the Figma Layer panel to copy it).
Enter your requirements in the chat, such as fetching node data, downloading images, converting to code, etc.
Configuration and Development
See Configuration and Development
Data Privacy Notice
The logging tools integrated in this project are used solely for basic usage statistics and error log reporting. No sensitive information or user data is collected. All reported data is used exclusively to improve product quality and user experience.
FAQ
See FAQ
Credits
Thanks to:
Framelink Figma MCP Server Give Cursor and other AI-powered coding tools access to your Figma files with this Model Context Protocol server.
Cursor Talk to Figma MCP Allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
Figma MCP Server This server provides tools for viewing, commenting, and analyzing Figma designs directly through the ModelContextProtocol.