F2C MCP Server
@f2c-ai
About F2C MCP Server
F2C MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"f2c-mcp": {
"command": "npx",
"args": [
"-y",
"@f2c/mcp"
],
"env": {
"personalToken": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is F2C MCP Server?
A Model Context Protocol server that converts Figma designs to code using the F2C engine. It enables AI-powered coding tools (like Cursor) to access Figma design context, fetch node data, download images, and generate pixel-perfect HTML/CSS, React, or Tailwind CSS code.
How to use F2C MCP Server?
Configure the server in an MCP-supported IDE (e.g., Cursor, Trae, or Comate AI IDE). In the IDE chat, paste a Figma node link (copied from Figma’s layer panel) and enter your requirements such as fetching node data, downloading images, or converting to code.
Key features of F2C MCP Server
- Pixel-perfect HTML/CSS generation from Figma designs
- Multi‑framework support (React, CSS Modules, Tailwind CSS)
- Integrates Figma design context for AI tool compatibility
- Converts design nodes via Figma file URLs
- Automates downloading Figma images to local assets
Use cases of F2C MCP Server
- Fetching Figma node data and metadata in an AI coding assistant
- Converting Figma design layers into production‑ready code
- Downloading and localizing remote images from Figma
- Streamlining design‑to‑code workflows in IDEs like Cursor or Trae
FAQ from F2C MCP Server
What does F2C MCP Server do?
It is a Model Context Protocol server that converts Figma designs into code (HTML/CSS, React, Tailwind CSS) and provides design context to AI coding tools.
Does this server have any rate limits?
Yes. Due to Figma REST API rate limits, users may be affected. If so, the README recommends switching to @f2c/mcp-plugin for normal operation.
Where does the data (downloaded images, etc.) live?
The server automates downloading Figma images to local assets, so data is stored locally on your machine.
What dependencies or runtime does it require?
The server is distributed as an npm package (@f2c/mcp) and runs on Node.js (version indicated by the badge).
How does authentication work for the Figma API?
The README does not detail authentication; it states the server uses Figma REST API and can be configured in an MCP-supported IDE, implying the Figma API key is handled via the IDE or environment configuration.
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments