Skip to content
Windsurf

pdf letter mcp for Windsurf

io.github.bitterdev/pdf-letter-mcp

Renders letters as print ready PDFs, DIN 5008 compliant for German window envelopes.

client:Windsurf transport:stdio runtime:npm

Install pdf letter mcp in Windsurf

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

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

{
  "mcpServers": {
    "pdf-letter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-letter-mcp"
      ],
      "env": {
        "PDF_LETTER_OUTPUT_DIR": "<PDF_LETTER_OUTPUT_DIR>",
        "PDF_LETTER_FONT_DIR": "<PDF_LETTER_FONT_DIR>"
      }
    }
  }
}

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

pdf letter mcp in other clients