supacanvas

Bhaulik/supacanvas
★ 0 stars TypeScript 📁 File System Updated today
Local-first MCP server + browser viewer for AI-generated HTML/CSS/JS canvases. AI-agnostic, files on disk, themable, versioned, screenshottable, exportable.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "supacanvas": {
      "command": "npx",
      "args": [
        "-y",
        "Bhaulik/supacanvas"
      ]
    }
  }
}