MCP Server
MCP
io.github.amortegui84/printscale-mcp
Upscale images to print-ready files (TIFF/PNG/JPG) via PrintScale.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "printscale-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PrintScale API key (create one at https://printscale.app/dashboard/api)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PRINTSCALE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment