Figma To Code
Freeby MCP Community
MCP server for converting Figma designs to React Native components
v1.0.1Added Apr 12, 2026
mcpfigmareact-nativecursorcomponents
Figma To Code MCP Server
MCP server for converting Figma designs to React Native components
Installation
npx -y @kailashg101/mcp-figma-to-code
Reviews
Installation
Quick install
npx -y @kailashg101/mcp-figma-to-code
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-to-code": {
"command": "npx",
"args": ["-y", "@kailashg101/mcp-figma-to-code"]
}
}
}