Skip to content

pdfapi mcp server for Zed

io.github.amranswill/pdfapi-mcp-server

Generate invoice, receipt, and report PDFs from structured JSON via a single API call.

client:Zed transport:stdio runtime:npm

Install pdfapi mcp server in Zed

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

{
  "context_servers": {
    "pdfapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aranswill/mcp-server"
      ]
    }
  }
}

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

pdfapi mcp server in other clients