Skip to content
Zed

PodPDF for Zed

io.github.mohzameer/podpdf

Turn HTML, Markdown, URLs and saved templates into PDFs with the PodPDF API.

client:Zed transport:stdio runtime:npm

Install PodPDF in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "podpdf": {
      "command": "npx",
      "args": [
        "-y",
        "podpdf-mcp"
      ],
      "env": {
        "PODPDF_API_KEY": "<PODPDF_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

PodPDF in other clients