Odel
vision squeezer

vision squeezer

Local
@eralpozcan2RustUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmvision-squeezerv0.6.1

Run

npx -y vision-squeezer

MCP client config

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