Odel
ClipACanvas

ClipACanvas

Local
@mechreaper007xPythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIclipacanvas-mcpv1.0.2

Run

uvx clipacanvas-mcp

MCP client config

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