Skip to content

HTML to Figma — Design System for Cursor

io.github.miapre/html-to-figma-design-system

Translate HTML prototypes into Figma using your design system's real components and tokens.

client:Cursor transport:stdio runtime:npm

Install HTML to Figma — Design System in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "html-to-figma-design-system": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "html-to-figma-design-system"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

HTML to Figma — Design System in other clients