mcpbeat Sign in

Glassypic MCP Server

answering

Glassypic is answering right now. Last checked 1 min ago. 35 installs a week from npm. It exposes 3 tools. Last commit 7 Aug 2026.

AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata

Installs per day peak 13 · avg 6 · +70% w/w
a month agotoday
Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
3
Tools
read from the server
534 ms
Response time
average over 24h
35
Installs / week
npm and PyPI

What the code does

We read the source, 21 h ago · tools taken from the live server · 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.

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 1 min ago.

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

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

optimize
optimize_image
Optimize an image: 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. In remote/API mode, only remote URLs are supported. Supported input formats: JPG, PNG, WebP, AVIF, GIF, SVG, ICO, HEIC, TIFF, BMP (max 50 MB). Supported output formats: JPG, PNG, WebP, AVIF, GIF, SVG, ICO. Each call costs 3 credits + 1 if SEO tags enabled. Animated GIFs are processed frame-by-frame (each frame optimized individually). Cost = frames × per-frame operations. Use confirm_gif_cost: true after reviewing the cost warning. Free tier: 20 credits/day, no signup. Log in with the login tool for more credits. Use status tool to check remaining credits before batch processing.
status
status
Check your GlassyPic account status: login state, tier, credits remaining, and credit reset time. Use this before batch processing to verify sufficient credits.
upgrade
upgrade
Open the GlassyPic pricing page in your browser to upgrade your plan for more credits. Plans: Free (30/day), Pro (3,300/month), Max (12,000/month).

Endpoints

URLTransportStateLatencyChecked
https://app.glassypic.com/mcp streamable-http answering 588 ms 1 min ago

Alternatives to Glassypic

same job, measured the same way
Image Processing
by pictomancer

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

10 tools answering
Thumbnails
by theluckystrike

Generate image thumbnails, resize, convert and compress photos from your AI chat. Local files.

local only
Editclips
by editclips

Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.

5 tools answering
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
GuruPDF
by gurupdf

Convert, compress & merge PDFs and 100+ file formats from any AI agent. By GuruPDF.

67 installs/wk local only
Ecom Image Optimizer
by ecommerceimageoptimizer

Resize, compress, convert, watermark and SEO-tag e-commerce product images from a public URL.

answering
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

Glassypic — questions

Answers built from our own checks of this server.

What can Glassypic do?
It exposes 3 tools, read directly from the server on our last check. Among them: optimize_image, status, upgrade. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Glassypic working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 534 ms. The bar chart above shows every period we have measured.
How do I connect Glassypic?
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 Glassypic need an API key?
No. Glassypic completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Glassypic?
It answers our handshake in 534 ms on average, which is faster than 26% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Glassypic?
The npm package @glassypic/mcp-server was installed 35 times in the last week. Week over week that is +70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Glassypic 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.