Odel
printscale mcp

printscale mcp

Local
@amortegui84JavaScriptMITUpdated 2mo ago

Upscale images to print-ready files (TIFF/PNG/JPG) via PrintScale.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmprintscale-mcpv1.0.2

Run

npx -y printscale-mcp

MCP client config

{
  "mcpServers": {
    "printscale-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "printscale-mcp"
      ]
    }
  }
}