Loading MCP server directory, please wait...
Compress, resize, crop, and convert images with the Tinify.dev API from any MCP client.
npx @getmcp/cli add dev.tinify/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TINIFY_API_KEYTinify.dev API key (tnf_live_* or tnf_test_*), created at https://tinify.dev/developers. Free tier: 500 operations/month.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.tinify/mcp": {
"command": "npx",
"args": [
"-y",
"@tinify-dev/mcp"
],
"env": {
"TINIFY_API_KEY": "",
"TINIFY_BASE_URL": ""
}
}
}
}