PluginBench
MCP Server
Active
MIT

io.github.bitterdev/pdf-letter-mcp MCP Server

io.github.bitterdev/pdf-letter-mcp

What is the io.github.bitterdev/pdf-letter-mcp MCP server?

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

How to install io.github.bitterdev/pdf-letter-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PDF_LETTER_OUTPUT_DIR

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

  • PDF_LETTER_FONT_DIR

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pdf-letter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-letter-mcp"
      ],
      "env": {
        "PDF_LETTER_OUTPUT_DIR": "<YOUR_PDF_LETTER_OUTPUT_DIR>",
        "PDF_LETTER_FONT_DIR": "<YOUR_PDF_LETTER_FONT_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pdf-letter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-letter-mcp"
      ],
      "env": {
        "PDF_LETTER_OUTPUT_DIR": "<YOUR_PDF_LETTER_OUTPUT_DIR>",
        "PDF_LETTER_FONT_DIR": "<YOUR_PDF_LETTER_FONT_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pdf-letter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-letter-mcp"
      ],
      "env": {
        "PDF_LETTER_OUTPUT_DIR": "<YOUR_PDF_LETTER_OUTPUT_DIR>",
        "PDF_LETTER_FONT_DIR": "<YOUR_PDF_LETTER_FONT_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pdf-letter-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pdf-letter-mcp"
      ],
      "env": {
        "PDF_LETTER_OUTPUT_DIR": "<YOUR_PDF_LETTER_OUTPUT_DIR>",
        "PDF_LETTER_FONT_DIR": "<YOUR_PDF_LETTER_FONT_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add pdf-letter-mcp --env PDF_LETTER_OUTPUT_DIR=<YOUR_PDF_LETTER_OUTPUT_DIR> --env PDF_LETTER_FONT_DIR=<YOUR_PDF_LETTER_FONT_DIR> -- npx -y pdf-letter-mcp

Related MCP servers

MCP server for Enpass vaults: entries, passwords and TOTP/2FA codes, keychain-backed.

1
JavaScript
MIT
View repository →

MCP server to mount and unmount VeraCrypt containers with secure stdin password handling.

1
Python
MIT
View repository →

MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.

0
Python
MIT
View repository →

Send physical letters and faxes through the PixelLetter interface, test mode included.

0
TypeScript
MIT
View repository →

MCP server for the Simple Support System helpdesk API: read, answer and move tickets.

0
TypeScript
MIT
View repository →