Skip to content
Cursor

video overlay kit for Cursor

io.github.alichherawalla/video-overlay-kit

Animated b-roll overlays for short-form video. Paste a script, get an mp4. Free, MIT, local.

client:Cursor transport:stdio runtime:npm

Install video overlay kit in Cursor

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

{
  "mcpServers": {
    "video-overlay-kit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alichherawalla/video-overlay-kit"
      ]
    }
  }
}

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

video overlay kit in other clients