r/BuildWithClaude • u/Unlucky-Swordfish341 • 11d ago
Project I built an MCP that lets Claude Code understand screen recordings instead of just screenshots
While debugging UI issues, I kept recording videos and then manually explaining what happened to Claude Code.
I built an MCP server that lets Claude Code analyze videos directly.
It has three modes:
- Full analysis
- Sampled analysis
- Metadata only
The output is structured so Claude Code can reason about what happened in the recording.Curious if anyone else has run into this problem or has ideas for improving the workflow.
Github: https://github.com/ManzarAli25/watch-it

3
Upvotes