Back to Browse

Pdf Letter MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (11/11 approved).

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Directory for generated letter PDFs, defaults to the system temp directoryOptional

Environment variable: PDF_LETTER_OUTPUT_DIR

Additional font directory searched when a font family is resolved by nameOptional

Environment variable: PDF_LETTER_FONT_DIR

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-bitterdev-pdf-letter-mcp": {
      "env": {
        "PDF_LETTER_FONT_DIR": "your-pdf-letter-font-dir-here",
        "PDF_LETTER_OUTPUT_DIR": "your-pdf-letter-output-dir-here"
      },
      "args": [
        "-y",
        "pdf-letter-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!