FigmaToCode (MCP Server)

GitHub

Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "FigmaToCode": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-FigmaToCode"
      ]
    }
  }
}