Skip to content
Cursor

pdf letter mcp for Cursor

io.github.bitterdev/pdf-letter-mcp

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

client:Cursor transport:stdio runtime:npm

Install pdf letter mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pdf letter mcp in other clients