Skip to content

Figgen

Free

by MCP Community

CreateLex MCP runtime for Figma-to-SwiftUI generation and Xcode export

v1.6.6Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Figgen MCP Server

CreateLex MCP runtime for Figma-to-SwiftUI generation and Xcode export

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @createlex/figgen
Add to claude_desktop_config.json
{
  "mcpServers": {
    "figgen": {
      "command": "npx",
      "args": ["-y", "@createlex/figgen"]
    }
  }
}