mcpbeat Sign in

Tinify AI MCP Server

not responding

Tinify AI is listed as active in the registry but did not answer our last check. Last commit 7 Aug 2026.

MCP server for Tinify image optimization — one tool, max optimization

Installs per day peak 23 · avg 8 · +22% w/w
a month agotoday
Uptime history 48 days of history · worst day 0%
48 days agonow
0.0%
Uptime 24h
0 of 91 checks
Tools
hidden behind auth
36 ms
Response time
average over 24h
2
Stars
last commit 7 Aug 2026

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository onepunchtechnology/glassypic-mcp-server
пакет @tinify-ai/mcp-server ссылается на onepunchtechnology/tinify-ai-mcp-server
Runs an external command src/utils/browser.ts:78
  return new Promise((resolve) => execFile(cmd, args, (error) => resolve(!error)));
Builds a file path from a variable src/utils/output.ts:55
    return path.join(baseDir, tinifiedName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add tinify-ai --transport http https://app.tinify.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tinify-ai": {
      "url": "https://app.tinify.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tinify-ai]
url = "https://app.tinify.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "tinify-ai": {
      "url": "https://app.tinify.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tinify-ai": {
      "url": "https://app.tinify.ai/mcp"
    }
  }
}

Endpoints

URLTransportStateLatencyChecked
https://app.tinify.ai/mcp streamable-http answering 36 ms 14 min ago

Alternatives to Tinify AI

same job, measured the same way
MCP Flux Pro
by acedatacloud

MCP server for Flux AI image generation

815 installs/wk answering
MCP Qwen Image
by acedatacloud

MCP server for Qwen Image 3 AI image generation

163 installs/wk answering
GPT Image
by codechap

MCP server for OpenAI GPT image generation and editing

local only
MCP Drawthings
by james-see

MCP server for Draw Things - local AI image generation on Mac

118 installs/wk local only
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
Twig
by kind-ling

MCP server quality scoring and optimization for the agent economy.

96 installs/wk local only
Coolify MCP
by frndchagas

MCP server for Coolify API operations.

98 installs/wk local only
Imessage Max
by cyberpapiii

AI-optimized MCP server for iMessage on macOS. Read, search, and send messages.

118 installs/wk local only

Tinify AI — questions

Answers built from our own checks of this server.

Is Tinify AI working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 36 ms. The bar chart above shows every period we have measured.
The registry lists Tinify AI as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Tinify AI?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Tinify AI need an API key?
No. Tinify AI completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. This is what we observed, not what the docs claim.
Is Tinify AI open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.