PluginBench
MCP Server

io.github.onepunchtechnology/glassypic MCP Server

io.github.onepunchtechnology/glassypic

What is the io.github.onepunchtechnology/glassypic MCP server?

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

How to install io.github.onepunchtechnology/glassypic

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "glassypic": {
      "command": "npx",
      "args": [
        "-y",
        "@glassypic/mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "glassypic": {
      "command": "npx",
      "args": [
        "-y",
        "@glassypic/mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "glassypic": {
      "command": "npx",
      "args": [
        "-y",
        "@glassypic/mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "glassypic": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@glassypic/mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add glassypic -- npx -y @glassypic/mcp-server

Related MCP servers

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

View repository →