Back to Apps

F2C MCP Server
Supports UIby f2c-ai
Convert Figma designs to pixel-perfect HTML/CSS, React, and Tailwind code directly within your AI IDE.
0 stars
Works in:Cursor
Exposes:Tools
What it does
F2C MCP Server connects AI coding assistants to Figma, enabling the high-fidelity conversion of design nodes into production-ready code. It streamlines the hand-off from design to development by allowing the AI to read Figma context and generate precise layouts.
Tools
fetch_node_data: Retrieves detailed design specifications for a specific Figma node.download_images: Automates the localization of remote Figma images to local assets.convert_to_code: Transforms Figma design nodes into pixel-perfect HTML/CSS, React, or Tailwind code.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"f2c-mcp": {
"command": "npx",
"args": ["-y", "@f2c/mcp"]
}
}
}
Supported hosts
- Cursor
- Trae
- Claude Desktop
Quick install
npx -y @f2c/mcpInformation
- Pricing
- free
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry for @f2c/mcpClaude Desktop
{
"mcpServers": {
"f2c-mcp": {
"command": "npx",
"args": ["-y", "@f2c/mcp"]
}
}
}





