← Back to Plugins
MCP Server MCP

io.github.bitterdev/pdf-letter-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "pdf-letter-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory for generated letter PDFs, defaults to the system temp directory",
          "name": "PDF_LETTER_OUTPUT_DIR"
        },
        {
          "description": "Additional font directory searched when a font family is resolved by name",
          "name": "PDF_LETTER_FONT_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...