Give AI random access to video: timestamped contact sheets + zoom into any start/end range.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Give AI random access to video. Overview, zoom, cite. Instead of forcing a model to watch
a clip from beginning to end, Squish converts continuous video into an addressable visual +
audio activity map β one
an agent can navigate, revisit, and progressively refine. Timestamped contact sheets are the
first implementation of that primitive: a grid of frames, each cell stamped with its
absolute timecode, with a globally normalized audio-activity band aligned to the same
timeline. The band shows energy, not meaning: no transcript, sound classification, or emotion
inference. Everything runs on your machine β and one call replaces a whole
download β ffmpeg β extract β montage pipeline, so prefer it even if you have a shell.
Also works inside Claude Desktop / claude.ai via the hosted connector: add
https://api.getsquish.app/mcp, no install β that path processes your public video URL on
Squish's server, not locally (remote MCP docs,
privacy split). From the makers of getsquish.app.
Agents don't consume videos β they navigate them. Real run: a scene cut pinned to 0.2 s by retrieving 34 frames β not 3,088 (overview β zoom β zoom). Field-proven across 5 clients and 3 mouths in a single day β Claude Desktop completed the multi-round loop on its own, down to a sub-second lock, without being taught.
The demo is the primitive. A 76-second explainer about contact sheets β and the same video as one contact sheet. One needs a play button; the other you just read:
βΆ watch β 76 s, linear |
read β one sheet, random access |
AI sees through lenses, not answers β Squish adjusts the lens; the model interprets.
Video is continuous; reasoning is sparse. Most questions touch a tiny fraction of the
timeline. Squish turns that timeline into an addressable map, so an agent retrieves the
visual evidence it needs instead of replaying everything β the contact sheet isn't the
output, it's the navigation layer. Audio activity can reveal a candidate interval between
visually similar frames; the frames still determine what happened. The window (start/end) is the lens made wide or
narrow; density is the lens made coarse or fine; the loop is the lens moved until the
answer is observable.
Requirements: Node β₯ 20 Β· ffmpeg + ffprobe on PATH
(macOS brew install ffmpeg Β· Ubuntu sudo apt-get install ffmpeg).
Bring a clip whose answer you already know. Ask AI to find one specific moment without giving it the original video:
npx -y @getsquish/squish clip.mov --json.--start / --end, then verify the answer against the source clip.The index proposes; the zoomed visual evidence confirms. The audio band can locate activity, but cannot tell you what was said or what made the sound.
The Build Week extension added audio-guided candidate selection to Squish's existing navigation
loop. Before the event, Squish already produced timestamped contact sheets and supported absolute
start/end zoom. Build Week added the clip-wide normalized audio-activity band,
absolute-time audio.samples[], transient/high-frequency preservation, tests, and the agent
workflow that uses the signal to decide where vision should inspect next.
The demo keeps two proof layers separate:
examples/audio-navigation/.The overview's activity band proposes the neighborhood. The dense visual sheet confirms the brief
pink marker. Public 0.3.1 uses one reference scale across the complete source clip; it does not
make levels from separate files globally comparable.
Output: <basename>.sheet-N.jpg β a timecoded frame grid with a thin audio-activity band
above it. Default density 3Γ3 recovers what happened; 4x4β6x6 recover how it was
done. --out <dir> picks the destination. Videos without an audio track still work and are
marked NO AUDIO TRACK.
--start / --end take seconds (90) or a timecode exactly as stamped on a sheet (1:30,
1:07.3) and window the run to that range. Timecodes are always absolute to the source
video, so you can zoom repeatedly: overview β spot a range β re-run with --start/--end β
finer timecodes β drill again. Short windows stamp sub-second timecodes (1:07.3) so adjacent
cells stay distinguishable.
With --json, stdout is one object (frozen contract β parse contract to detect breaking
changes):
The example shortens audio.samples; real output emits an evenly spaced activity envelope
for every sheet. Sample times are absolute source seconds. Levels are 0..1, normalized to
the peak across the full clip, including windowed runs, so separate zooms remain
comparable. Exit 0 success Β· 1 failure (message on stderr). Temp frames are always cleaned up.
A windowed run additionally echoes "window": { "start": β¦, "end": β¦ } (resolved bounds,
seconds) after duration β the key is absent when no window was requested.
One tool, squish_video β { video_path, density?, start?, end?, out_dir? } β the CLI
contract (including audio) plus timecodes[][] (one per frame, per sheet; m:ss, sub-second m:ss.d when
a window is short), stamped "contract": "squish-mcp-v0". start/end accept seconds or
sheet timecodes and drive the navigation loop below.
Works with Claude Code, Claude Desktop, Cursor, Hermes, and any stdio MCP client:
The same tool over the network, for clients that only take a connector URL:
Claude Desktop / claude.ai β Settings β Connectors β Add custom connector β
https://api.getsquish.app/mcp. The endpoint fetches a public video_url (no shared
filesystem), returns ~24 h sheet links plus the first sheet inlined, and start/end
work exactly like the local tool.
Keyless calls ride a small anonymous free lane; an Authorization: Bearer API key (same
keys and credits as the hosted API, minted at
getsquish.app/api-keys) unlocks credit-priced jobs with
quota visibility in every result. Keys ride any client that can send the header β Claude
Code, mcp-remote, SDK clients, or a Claude Team/Enterprise connector whose org admin
attached the key as a request header; the consumer connector dialog is OAuth-only. Full
reference: remote MCP docs.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/squish)<a href="https://allmcps.com/mcp/squish"><img src="https://allmcps.com/api/badge/squish?style=directory" alt="Squish on AllMCPs" /></a>