PDFMonkey for Zed
io.github.pdfmonkey/pdfmonkey-mcp
Generate PDFs from templates using the PDFMonkey API
client:Zed
transport:stdio
runtime:npm
Install PDFMonkey in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pdfmonkey-mcp": {
"command": "npx",
"args": [
"-y",
"pdfmonkey-mcp-server"
],
"env": {
"PDFMONKEY_API_KEY": "<PDFMONKEY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs