Quickstart — Agentic Image Optimization
Install GlassyPic in your AI editor in 60 seconds. Choose your platform and run one command.
Install GlassyPic in 60 seconds. Pick your platform:
claude mcp add glassypic -- npx -y @glassypic/mcp-serverThen ask Claude: "Compress hero.png and convert to webp"
Add to .cursor/mcp.json:
{
"mcpServers": {
"glassypic": {
"command": "npx",
"args": ["-y", "@glassypic/mcp-server"]
}
}
}Then ask: "Optimize all PNG images in /public"
gh copilot configure --plugin glassypic --url https://glassypic.com/.well-known/ai-plugin.jsonThen ask Copilot: "Resize hero.png to 1200px wide"
In ChatGPT, go to Settings → Beta features → Connect more tools and add:
https://app.glassypic.com/mcpThen ask: "Upscale this low-resolution image"
codex plugin add https://glassypic.com/.well-known/ai-plugin.jsonThen ask: "Compress all images in the assets folder"
Add to your Windsurf MCP config (~/.codeium/windsurf/mcp_config.json):
{
"mcpServers": {
"glassypic": {
"command": "npx",
"args": ["-y", "@glassypic/mcp-server"]
}
}
}Then ask: "Compress all images under /src/assets"
npx -y @glassypic/mcp-serverUse with any MCP-compatible CLI tool, or pipe from your own scripts.
Free tier: 20 credits/day, no signup required. See pricing →
Agentic Image Optimization for Developers
GlassyPic is the image optimization layer for AI agents, editors, and developer workflows. Compress, resize, upscale, and tag images from any AI coding surface.
API & Integrations — Agentic Image Optimization
Integrate GlassyPic programmatically via MCP Server (primary) or x402 pay-per-request. No REST API key required for MCP.