The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Printscale MCP listing page.
An MCP server that lets AI agents (Claude Desktop, Cursor, Claude Code, etc.) upscale images to print-ready files (TIFF + PNG + JPG) via PrintScale.
mcp config)Running locally from source instead of npm? Use
"command": "node", "args": ["/path/to/printscale-mcp/index.mjs"].
printscale_upscale — upscale an image. Provide a public image_url or
a local file_path. Choose mode (auto / 2x / 3x / print); for
print, set cm and dpi. Returns TIFF/PNG/JPG download URLs. Charges credits.printscale_job — check a job's status by id.printscale_credits — show the remaining credit balance../product.jpg to 60 cm at 300 DPI for print."Env: PRINTSCALE_API_KEY (required), PRINTSCALE_BASE_URL (optional, defaults to
https://printscale.app).