Skip to content

Figma To Code

Free

by MCP Community

MCP server for converting Figma designs to React Native components

v1.0.1Added Apr 12, 2026
mcpfigmareact-nativecursorcomponents
Works with:ClaudeGPTGeminiCopilot

Figma To Code MCP Server

MCP server for converting Figma designs to React Native components

Installation

npx -y @kailashg101/mcp-figma-to-code

Reviews

Leave a Review

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"]
    }
  }
}