printscale mcp for Zed
io.github.amortegui84/printscale-mcp
Upscale images to print-ready files (TIFF/PNG/JPG) via PrintScale.
client:Zed
transport:stdio
runtime:npm
Install printscale mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"printscale-mcp": {
"command": "npx",
"args": [
"-y",
"printscale-mcp"
],
"env": {
"PRINTSCALE_API_KEY": "<PRINTSCALE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs