Quickstart — Agentic Image Optimization
Install tinify.ai in your AI editor in 60 seconds. Choose your platform and run one command.
Quickstart
Install tinify.ai in 60 seconds. Pick your platform:
claude mcp add tinify-ai -- npx -y @tinify-ai/mcp-serverThen ask Claude: "Compress hero.png and convert to webp"
Add to .cursor/mcp.json:
{
"mcpServers": {
"tinify-ai": {
"command": "npx",
"args": ["-y", "@tinify-ai/mcp-server"]
}
}
}Then ask: "Optimize all PNG images in /public"
gh copilot configure --plugin tinify-ai --url https://tinify.ai/.well-known/ai-plugin.jsonThen ask Copilot: "Resize hero.png to 1200px wide"
In ChatGPT, go to Settings → Beta features → Connect more tools and add:
https://app.tinify.ai/mcpThen ask: "Upscale this low-resolution image"
codex plugin add https://tinify.ai/.well-known/ai-plugin.jsonThen ask: "Compress all images in the assets folder"
Add to your Windsurf MCP config (~/.codeium/windsurf/mcp_config.json):
{
"mcpServers": {
"tinify-ai": {
"command": "npx",
"args": ["-y", "@tinify-ai/mcp-server"]
}
}
}Then ask: "Compress all images under /src/assets"
npx -y @tinify-ai/mcp-serverUse with any MCP-compatible CLI tool, or pipe from your own scripts.
Free tier: 20 credits/day, no signup required. See pricing →
Agentic Image Optimization for Developers
tinify.ai is the image optimization layer for AI agents, editors, and developer workflows. Compress, resize, upscale, and tag images from any AI coding surface.
API & Integrations — Agentic Image Optimization
Integrate tinify.ai programmatically via MCP Server (primary) or x402 pay-per-request. No REST API key required for MCP.