Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tinify": {
"args": [
"-y",
"@tinify-ai/mcp-server@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for tinify.ai image optimization. AI-powered upscaling, resizing/cropping, compression, and SEO filename & alt text generation — all in one tool.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@tinify-ai/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @tinify-ai/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
MCP Security Weekly
Get CVE alerts and security updates for Tinify Ai MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for tinify.ai image optimization. AI-powered upscaling, resizing/cropping, compression, and SEO filename & alt text generation — all in one tool.
Add to your MCP client config:
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": ["-y", "@tinify-ai/mcp-server@latest"]
}
}
}
No signup required. Works out of the box with 20 free daily credits.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": ["-y", "@tinify-ai/mcp-server@latest"]
}
}
}
claude mcp add tinify -- npx -y @tinify-ai/mcp-server@latest
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": ["-y", "@tinify-ai/mcp-server@latest"]
}
}
}
Edit ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": ["-y", "@tinify-ai/mcp-server@latest"]
}
}
}
Open Cline settings → MCP Servers → Add, then paste:
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": ["-y", "@tinify-ai/mcp-server@latest"]
}
}
}
gemini mcp add --transport stdio tinify npx -y @tinify-ai/mcp-server@latest
Or edit ~/.gemini/settings.json (global) or .gemini/settings.json in your project root:
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": ["-y", "@tinify-ai/mcp-server@latest"]
}
}
}
Verify it's running inside Gemini CLI with /mcp list.
codex mcp add tinify -- npx -y @tinify-ai/mcp-server@latest
Or edit ~/.codex/config.toml manually:
[mcp_servers.tinify]
command = "npx"
args = ["-y", "@tinify-ai/mcp-server@latest"]
optimize_imageOptimizes an image with smart lossy compression (typically 60-80% size reduction), optional resize/upscale/format conversion, and AI-generated SEO metadata. Accepts absolute local file paths or remote URLs.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input | string | Yes | — | Absolute local file path or remote URL |
output_path | string | No | auto | File path or directory (ending in /). If omitted: saves next to original with SEO slug or .tinified suffix |
output_format | string | No | original | jpg, png, webp, avif, gif, or original |
output_width_px | int | No | — | Target width in pixels |
output_height_px | int | No | — | Target height in pixels |
output_upscale_factor | int | No | — | AI upscale factor: 2 (2×) or 4 (4×) |
output_resize_behavior | string | No | pad | pad (white padding) or crop (smart crop). Only used when both width and height are set |
output_seo_tag_gen | bool | No | true | Generate SEO metadata and rename file to SEO slug. Costs 1 extra credit |
output_file_size_limit | int | N |