Have an AI agent record a screen session and auto-generate a narrated bug report video.
Automatically detect key interface changes and cut, zoom, or slow down relevant clips.
Generate a text-to-speech voiceover, overlay it, and stitch clips with transitions into a finished video.
| wgawan/video-mcp | acip/slack-claude-agent | adii0906/supportiq | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Currently Linux/X11 only, alpha stage, tested on a single Ubuntu machine.
video-mcp is a server that plugs into AI coding tools (using the Model Context Protocol, or MCP, a standard interface for giving AI assistants new capabilities) and lets the AI agent record your screen, analyze what happened, and produce a narrated video walkthrough. The main use case is helping an AI agent document a bug or demonstrate a workflow without any manual video editing. The tool covers the full pipeline from recording to a finished video. It can start and stop a screen recording, then automatically detect the key moments where the interface changed, cut out relevant clips, zoom into specific areas, and slow down or speed up sections. Once the visuals are assembled, it can generate a spoken voiceover from a script using text-to-speech (either online or offline with a downloaded voice model), overlay the narration, add background music, burn text labels onto frames, animate cursor highlights, and stitch everything together with transitions or hard cuts. The project currently runs on Linux with the X11 display system only. It depends on Node.js, Python, ffmpeg, and tesseract-ocr for detecting on-screen text elements. It is at an alpha stage and was tested on a single Ubuntu machine. The non-recording tools for analysis, annotation, narration, and assembly are described as mostly platform-agnostic and may work on other systems with minor changes. The full README is longer than what was provided.
An MCP server that lets AI coding agents record your screen and automatically produce a narrated video walkthrough of what happened.
Mainly JavaScript. The stack also includes Node.js, Python, ffmpeg.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.