Tinify image tools for Zed
dev.tinify/mcp
Compress, resize, crop, and convert images with the Tinify.dev API from any MCP client.
client:Zed
transport:stdio
runtime:npm
Install Tinify image tools in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@tinify-dev/mcp"
],
"env": {
"TINIFY_API_KEY": "<TINIFY_API_KEY>",
"TINIFY_BASE_URL": "<TINIFY_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs