vision squeezer for Cursor
io.github.eralpozcan/vision-squeezer
Cut vision-LLM token costs by snapping images to tile boundaries — Claude, GPT, Gemini, Llama, Qwen
client:Cursor
transport:stdio
runtime:npm
Install vision squeezer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vision-squeezer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vision-squeezer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs