mcpbeat Sign in

Vision Squeezer MCP Server

by eralpozcan Your server? Claim it
local only

Vision Squeezer runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 22 Jul 2026.

Cut vision-LLM token costs by snapping images to tile boundaries — Claude, GPT, Gemini, Llama, Qwen

Installs per day peak 206 · avg 18 · -91% w/w
a month agotoday
60
Installs / week
npm · vision-squeezer
2
Stars
1 open issues
22 Jul 2026
Last commit
0 releases in 90 days
License
Rust

What the code does

We read the source, 22 h ago · 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 a command on install [пакет] package.json:1
postinstall: node postinstall.js
  const r = spawnSync(process.platform === 'win32' ? 'where' : 'which', [cmd], {

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

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vision-squeezer -- npx -y vision-squeezer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vision-squeezer": {
      "args": [
        "-y",
        "vision-squeezer"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vision-squeezer]
command = "npx"
args = ["-y", "vision-squeezer"]
.cursor/mcp.json
{
  "mcpServers": {
    "vision-squeezer": {
      "args": [
        "-y",
        "vision-squeezer"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vision-squeezer": {
      "args": [
        "-y",
        "vision-squeezer"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vision Squeezer

same job, measured the same way
LLM Cost Estimator
by waqarulwahab

Token counting & multi-model LLM cost estimates: GPT-4o, Claude, Gemini, 25+. No API key.

29 installs/wk local only
Oroute
by netclaus

Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.

84 installs/wk local only
C
Tokeven Cost Advisor
by tokeven

Price a Claude, GPT, Gemini or Grok call before you send it. Runs locally.

240 installs/wk local only
vaultit
by therealdataboss

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

39 installs/wk local only
contextkeeper
by therealdataboss

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

159 installs/wk local only
Token Enhancer
by xelektron

Cuts AI web-fetching costs up to 99.9% by stripping page junk before it reaches your LLM.

29 installs/wk local only
Scout by Optimly
by optimly

Query the AI Brand Directory. Audit brand visibility in ChatGPT, Claude, and Gemini.

answering
TokenEyez
by reemedri

Track every AI token across Claude, ChatGPT, Gemini, Cursor, and Claude Code.

32 installs/wk local only

Vision Squeezer — questions

Answers built from our own checks of this server.

Why is there no uptime for Vision Squeezer?
Vision Squeezer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vision-squeezer was installed 60 times last week.
How do I connect Vision Squeezer?
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 runs locally, so the command pulls vision-squeezer straight from npm; nothing to host, nothing to sign up for.
How many people use Vision Squeezer?
The npm package vision-squeezer was installed 60 times in the last week. Week over week that is -91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vision Squeezer open source?
We cannot say either way: written in Rust, 2 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.