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).
Run
npx -y vision-squeezer
MCP client config
{
"mcpServers": {
"vision-squeezer": {
"command": "npx",
"args": [
"-y",
"vision-squeezer"
]
}
}
}