Your AI can nowwatch your bugs
Drop a recording. Get the fix. No describing, no words.
Powered by Gemini 2.5 Flash — the only model that watches video natively.
Capture your UI glitch as a GIF, MP4, WebM, or MOV. Any screen recorder works — QuickTime, Kap, ScreenToGif.
In Cursor or Claude Code: "watch ~/Desktop/bug.gif and fix my animation.tsx". motif figures out the rest.
motif uploads to Gemini 2.5 Flash via the Files API. It processes video as sequence — not isolated frames.
Diagnosis + corrected code returned inline. Structured output, applied directly in your editor. Done.
From recording to fix in under 30 seconds. Gemini watches it as motion — it sees the stutter at 0.3s, the element that overshoots, the state that never resolves.
Bugs live in motion. Hover states, scroll jank, animation glitches, transition flickers — you can't screenshot a stutter. Now you don't have to describe it either.
Get a free Gemini API key at ai.google.dev → add the config below → restart your editor.
// ~/.cursor/mcp.json { "mcpServers": { "motif": { "command": "npx","npx", "args": ["motif-mcp"], "env": { "GEMINI_API_KEY": "your-key-here" } } }}