Odel
pdf letter mcp

pdf letter mcp

Local
@bitterdevTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpdf-letter-mcpv1.0.3

Run

npx -y pdf-letter-mcp

MCP client config

{
  "mcpServers": {
    "pdf-letter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-letter-mcp"
      ]
    }
  }
}