Skip to content
Zed

clipacanvas for Zed

io.github.mechreaper007x/clipacanvas

Render HTML, CSS, SVG, and Canvas animations to MP4 locally via Playwright/Chromium and FFmpeg.

client:Zed transport:stdio runtime:pypi

Install clipacanvas in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "clipacanvas": {
      "command": "uvx",
      "args": [
        "clipacanvas-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

clipacanvas in other clients