printscale mcp for Windsurf
io.github.amortegui84/printscale-mcp
Upscale images to print-ready files (TIFF/PNG/JPG) via PrintScale.
client:Windsurf
transport:stdio
runtime:npm
Install printscale mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"printscale-mcp": {
"command": "npx",
"args": [
"-y",
"printscale-mcp"
],
"env": {
"PRINTSCALE_API_KEY": "<PRINTSCALE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs