Skip to content
Windsurf

pdfapi mcp server for Windsurf

io.github.amranswill/pdfapi-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install pdfapi mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

pdfapi mcp server in other clients