Tinify image tools
Rank #13,897dev.tinify/mcp
Compress, resize, crop, and convert images with the Tinify.dev API from any MCP client.
Tinify image tools is a Model Context Protocol (MCP) server published by Stianlars1. It ranks #13,897 of 132,046 servers tracked on MCP Toplist. Tinify image tools is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 24, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 118,149 of 132,046 servers on MCP Toplist.
Use Tinify image tools
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add tinify -e "TINIFY_API_KEY=<your TINIFY_API_KEY>" -e "TINIFY_BASE_URL=<your TINIFY_BASE_URL>" -- npx -y @tinify-dev/mcpReplace each placeholder with your own value before saving.
[mcp_servers.tinify]
command = "npx"
args = ["-y", "@tinify-dev/mcp"]
[mcp_servers.tinify.env]
TINIFY_API_KEY = "<your TINIFY_API_KEY>"
TINIFY_BASE_URL = "<your TINIFY_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": [
"-y",
"@tinify-dev/mcp"
],
"env": {
"TINIFY_API_KEY": "<your TINIFY_API_KEY>",
"TINIFY_BASE_URL": "<your TINIFY_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": [
"-y",
"@tinify-dev/mcp"
],
"env": {
"TINIFY_API_KEY": "<your TINIFY_API_KEY>",
"TINIFY_BASE_URL": "<your TINIFY_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tinify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tinify-dev/mcp"
],
"env": {
"TINIFY_API_KEY": "<your TINIFY_API_KEY>",
"TINIFY_BASE_URL": "<your TINIFY_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": [
"-y",
"@tinify-dev/mcp"
],
"env": {
"TINIFY_API_KEY": "<your TINIFY_API_KEY>",
"TINIFY_BASE_URL": "<your TINIFY_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tinify": {
"command": "npx",
"args": [
"-y",
"@tinify-dev/mcp"
],
"env": {
"TINIFY_API_KEY": "<your TINIFY_API_KEY>",
"TINIFY_BASE_URL": "<your TINIFY_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.tinify%2Fmcp)<a href="https://mcptoplist.com/server/dev.tinify%2Fmcp"><img src="https://mcptoplist.com/badge/dev.tinify%2Fmcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Stianlars1
Available versions (7)
| Version | Published |
|---|---|
| 0.1.7 | Aug 5, 2026 |
| 0.1.6 | Aug 5, 2026 |
| 0.1.5 | Jul 26, 2026 |
| 0.1.4 | Jul 25, 2026 |
| 0.1.3 | Jul 24, 2026 |
| 0.1.2 | Jul 24, 2026 |
| 0.1.1 | Jul 24, 2026 |
Frequently asked questions
- Who maintains Tinify image tools?
- Tinify image tools is maintained by Stianlars1, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Tinify image tools listed on the Official MCP Registry?
- Yes — Tinify image tools is listed on the Official MCP Registry, alongside Glama.
- How many versions does Tinify image tools have?
- MCP Toplist tracks 7 versions of Tinify image tools, most recently published on Aug 5, 2026.
- Where can I find the source code for Tinify image tools?
- The source code for Tinify image tools is hosted at github.com/Stianlars1/tinify-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.