clipacanvas for Cursor
io.github.mechreaper007x/clipacanvas
Render HTML, CSS, SVG, and Canvas animations to MP4 locally via Playwright/Chromium and FFmpeg.
client:Cursor
transport:stdio
runtime:pypi
Install clipacanvas in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clipacanvas": {
"type": "stdio",
"command": "uvx",
"args": [
"clipacanvas-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs