mcpbeat Sign in

Tinify image tools MCP Server

local only

Tinify image tools runs on your own machine — the client starts it, so there is no endpoint to ping. 114 installs a week from npm. Last commit 5 Aug 2026.

Compress, resize, crop, and convert images with the Tinify.dev API from any MCP client.

Installs per day peak 36 · avg 18 · +58% w/w
a month agotoday
114
Installs / week
npm · @tinify-dev/mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tinify image tools every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @tinify-dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@tinify-dev/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@tinify-dev/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@tinify-dev/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@tinify-dev/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TINIFY_API_KEY (Tinify.dev API key (tnf_live_* or tnf_test_*), created at https://tinify.dev/developers. Free tier: 500 operations/month.), TINIFY_BASE_URL (Override the API origin (advanced; defaults to https://api.tinify.dev).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tinify image tools

same job, measured the same way
Image Resize Convert Compress Crop
by bestremotetools

Resize, convert, compress, crop and watermark images from chat, with a real byte count each time.

local only
Image
by theluckystrike

Resize, convert, compress, crop, thumbnail and watermark images from your AI chat.

local only
Image Resize Convert Compress Watermark
by theluckystrike

Resize, convert, compress, crop, thumbnail and watermark images from your AI chat.

15 tools answering
Wpagent MCP
by wpagent

Manage WordPress & WooCommerce from any MCP client — 58 tools over a signed REST API.

72 installs/wk local only
Image Processing
by pictomancer

Image processing for AI agents: resize, convert, compress, crop, and web-ready AI-generated images.

10 tools answering
Formatika
by formatika

Convert, compress, resize and trim images, audio, video and PDFs from local paths.

54 installs/wk local only
Roundcut MCP
by araluma

Local image tools: circle crop, crop, resize, compress, convert JPG/PNG/WebP/AVIF. By RoundCut.

243 installs/wk local only
C
Image
by yaktool

Compress, convert and resize images locally, with marketplace presets and rule rechecks.

75 installs/wk local only

Tinify image tools — questions

Answers built from our own checks of this server.

Why is there no uptime for Tinify image tools?
Tinify image tools runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @tinify-dev/mcp was installed 114 times last week.
How do I connect Tinify image tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @tinify-dev/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tinify image tools?
The npm package @tinify-dev/mcp was installed 114 times in the last week. Week over week that is +58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tinify image tools open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.