Cfd
Freeby MCP Community
CLI + MCP server for CodeFromDesign — sync Figma-to-code pipeline results with Claude Code
v0.7.7Added Apr 12, 2026
codefromdesignfigmamcpclaude-code
Cfd MCP Server
CLI + MCP server for CodeFromDesign — sync Figma-to-code pipeline results with Claude Code
Installation
npx -y @codefromdesign/cfd
Reviews
Installation
Quick install
npx -y @codefromdesign/cfd
Add to claude_desktop_config.json
{
"mcpServers": {
"cfd": {
"command": "npx",
"args": ["-y", "@codefromdesign/cfd"]
}
}
}