Vision Squeezer MCP Server

LLM-native image optimization middleware & MCP server. Reduces vision model token consumption by preprocessing images into tile-boundary-aligned, padding-free formats. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-07-22 · ★ 2 · #94 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

NOASSERTION · Rust servers · how we verify → /methodology

01 · Install Vision Squeezer

Claude Code

claude mcp add eralpozcan-vision-squeezer -- npx -y vision-squeezer

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "eralpozcan-vision-squeezer": {
      "command": "npx",
      "args": [
        "-y",
        "vision-squeezer"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package vision-squeezer - unscoped; check the name against the project README before installing

registry namespace io.github.eralpozcan is GitHub-verified and matches the repo owner

03 · What Vision Squeezer can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.1 · 2026-07-22

Added · OpenCode, Gemini CLI, and Kimi CLI installer support. npx vision-squeezer install --client <opencode|gemini|kimi> now covers three more MCP clients: · - OpenCode - opencode mcp add is interactive-only (no…

v0.6.0 · 2026-06-20

Added · PyPI distribution. The Python bindings (pip install vision-squeezer) now publish to PyPI on every v tag via python.yml, using GitHub Trusted Publishing (OIDC) - no API token. Wheels for linux x86_64/aarch64…

v0.5.0 · 2026-06-20

Added · optimize_image_batch MCP tool - optimize up to 64 images in a single tool call. Each entry takes the same arguments as optimize_image; the response is a per-image results array. A failing image yields an {…

04 · Who maintains Vision Squeezer

vision-squeezer is maintained by eralpozcan. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
media - ranked #94 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-22)
registry
io.github.eralpozcan/vision-squeezer (active, first published 2026-05-13 · 3 versions)
packages
npm:vision-squeezer

06 · Vision Squeezer FAQ

What is Vision Squeezer?

LLM-native image optimization middleware & MCP server. Reduces vision model token consumption by preprocessing images into tile-boundary-aligned, padding-free formats. It runs locally over stdio via the published package.

Is Vision Squeezer still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-22 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Vision Squeezer?

Run `npx -y vision-squeezer`. You can also paste the ready-made client config above.

Does Vision Squeezer run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Vision Squeezer

More media MCP servers · Icon Composer MCP · Dynamoi · Rephonic · Gpu Bridge · Guru PDF

More Rust MCP servers · Ontomics · Kin · Glass · Llmtrim · mwe-MCP - Memory Wiki Engine · see all