Squish
Rank #13,633io.github.getsquish/squish
Give AI random access to video: timestamped contact sheets + zoom into any start/end range.
Squish is a Model Context Protocol (MCP) server published by getsquish. It ranks #13,633 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Squish is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 8, 2026 and most recently updated on Jul 18, 2026.
Ranks ahead of 118,413 of 132,046 servers on MCP Toplist.
Use Squish
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http squish https://api.getsquish.app/mcpclaude mcp add squish -- npx -y @getsquish/squish mcp[mcp_servers.squish]
url = "https://api.getsquish.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.squish]
command = "npx"
args = ["-y", "@getsquish/squish", "mcp"]Add to ~/.codex/config.toml.
https://api.getsquish.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"squish": {
"command": "npx",
"args": [
"-y",
"@getsquish/squish",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"squish": {
"url": "https://api.getsquish.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"squish": {
"command": "npx",
"args": [
"-y",
"@getsquish/squish",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"squish": {
"type": "http",
"url": "https://api.getsquish.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"squish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getsquish/squish",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"squish": {
"serverUrl": "https://api.getsquish.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"squish": {
"command": "npx",
"args": [
"-y",
"@getsquish/squish",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"squish": {
"url": "https://api.getsquish.app/mcp"
}
}
}{
"mcpServers": {
"squish": {
"command": "npx",
"args": [
"-y",
"@getsquish/squish",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.getsquish%2Fsquish)<a href="https://mcptoplist.com/server/io.github.getsquish%2Fsquish"><img src="https://mcptoplist.com/badge/io.github.getsquish%2Fsquish.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
getsquish
Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Jul 18, 2026 |
| 0.2.3 | Jul 14, 2026 |
Frequently asked questions
- Who maintains Squish?
- Squish is maintained by getsquish, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Squish listed on the Official MCP Registry?
- Yes — Squish is listed on the Official MCP Registry, alongside Glama.
- How many versions does Squish have?
- MCP Toplist tracks 2 versions of Squish, most recently published on Jul 18, 2026.
- Where can I find the source code for Squish?
- The source code for Squish is hosted at github.com/getsquish/squish.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.