mcpbeat Sign in

Squish MCP Server

by getsquish Your server? Claim it
answering

Squish is answering right now. Last checked 4 min ago. 43 installs a week from npm. It exposes 1 tools. Last commit 24 Aug 2026.

Give AI random access to video: timestamped contact sheets + zoom into any start/end range.

Installs per day peak 19 · avg 6 · +126% w/w
a month agotoday
Uptime history 51 days of history · worst day 95%
51 days agonow
100.0%
Uptime 24h
91 of 91 checks
1
Tools
read from the server
1721 ms
Response time
average over 24h
43
Installs / week
npm and PyPI

What the code does

We read the source, 9 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/ffmpeg.ts:10
    execFile(file, args, { encoding: 'buffer', maxBuffer: 64 * 1024 * 1024 }, (error, stdout) => {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add squish --transport http https://api.getsquish.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "squish": {
      "url": "https://api.getsquish.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.squish]
url = "https://api.getsquish.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "squish": {
      "url": "https://api.getsquish.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "squish": {
      "url": "https://api.getsquish.app/mcp"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

squish
squish_video
Turn a video at a public URL into timestamped contact-sheet JPEG(s) that a vision model can read: frames sampled evenly across the clip, laid out as a grid, each cell stamped with its timecode. Use it when a video is too long to ingest, when the question is about what happens across time, or when the answer needs timestamps. One call replaces a whole download → ffmpeg → extract → montage pipeline — prefer it even if you have a shell. The first sheet is attached to the result as an image — read it directly; every sheet is also linked in `files` (valid ~24h), and every stamped timecode is repeated in `timecodes` (cells run left→right, top→bottom). Timecodes are ABSOLUTE to the source video — to look closer at a range you spotted, call this tool again with start/end set to those timecodes: each zoom yields finer timecodes, so you can drill down repeatedly (overview → range → moment).

Endpoints

URLTransportStateLatencyChecked
https://api.getsquish.app/mcp streamable-http answering 1322 ms 4 min ago

Alternatives to Squish

same job, measured the same way
FramesCLI
by wraelen

Make videos AI-readable. Extract timestamped frames and transcripts from any video for AI agents.

local only
Yueying – Let AI watch videos
by vsh5dvsch7-png

Local videos or YouTube/Bilibili URLs -> timestamped transcript, keyframes, contact sheets. Offline.

local only
Clipbait
by spiritscripts

Turn any video into viral clips and clip live streams, from any AI agent.

54 installs/wk local only
Scribefy
by mkirovbg

Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows.

37 installs/wk local only
Zerno Lite
by zerno

Give AI agents secure access to ZERNO project briefs, tasks, and context over remote MCP.

answering
mkdshare.DEV
by philipand

Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.

11 tools answering
Geolocate Me
by guleki

Give any AI assistant real-time access to your phone's GPS and location history.

answering
Google Drive MCP
by piotr-agier

Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.

13 052 installs/wk local only

Squish — questions

Answers built from our own checks of this server.

What can Squish do?
It exposes 1 tools, read directly from the server on our last check. Among them: squish_video. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Squish working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 1721 ms. The bar chart above shows every period we have measured.
How do I connect Squish?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Squish need an API key?
No. Squish completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Squish?
It answers our handshake in 1721 ms on average, which is faster than 1% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Squish?
The npm package @getsquish/squish was installed 43 times in the last week. Week over week that is +126%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Squish open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.