Tinify Ai
Rank #5,824io.github.onepunchtechnology/glassypic
AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata
Tinify Ai is a Model Context Protocol (MCP) server published by onepunchtechnology. It ranks #5,824 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Tinify Ai is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Feb 10, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 109,636 of 115,460 servers on MCP Toplist.
Use Tinify Ai
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http glassypic https://app.glassypic.com/mcpclaude mcp add glassypic -- npx -y @glassypic/mcp-server[mcp_servers.glassypic]
url = "https://app.glassypic.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.glassypic]
command = "npx"
args = ["-y", "@glassypic/mcp-server"]Add to ~/.codex/config.toml.
https://app.glassypic.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"glassypic": {
"command": "npx",
"args": [
"-y",
"@glassypic/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"glassypic": {
"url": "https://app.glassypic.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"glassypic": {
"command": "npx",
"args": [
"-y",
"@glassypic/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"glassypic": {
"type": "http",
"url": "https://app.glassypic.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"glassypic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@glassypic/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"glassypic": {
"serverUrl": "https://app.glassypic.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"glassypic": {
"command": "npx",
"args": [
"-y",
"@glassypic/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"glassypic": {
"url": "https://app.glassypic.com/mcp"
}
}
}{
"mcpServers": {
"glassypic": {
"command": "npx",
"args": [
"-y",
"@glassypic/mcp-server"
]
}
}
}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/io.github.onepunchtechnology%2Fglassypic)<a href="https://mcptoplist.com/server/io.github.onepunchtechnology%2Fglassypic"><img src="https://mcptoplist.com/badge/io.github.onepunchtechnology%2Fglassypic.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (2 delisted)
onepunchtechnology
Available versions (6)
| Version | Published |
|---|---|
| 2.0.2 | Jul 27, 2026 |
| 2.0.1 | Jun 22, 2026 |
| 1.4.2 | Apr 28, 2026 |
| 1.4.1 | Mar 15, 2026 |
| 1.2.1 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Tinify Ai?
- Tinify Ai is maintained by onepunchtechnology, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Tinify Ai listed on the Official MCP Registry?
- Yes — Tinify Ai is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Tinify Ai have?
- MCP Toplist tracks 6 versions of Tinify Ai, most recently published on Jul 27, 2026.
- Where can I find the source code for Tinify Ai?
- The source code for Tinify Ai is hosted at github.com/onepunchtechnology/tinify-ai-mcp-server.