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.
PDF_LETTER_OUTPUT_DIRDirectory for generated letter PDFs, defaults to the system temp directory
PDF_LETTER_FONT_DIRAdditional font directory searched when a font family is resolved by name
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
MCP server for Enpass vaults: entries, passwords and TOTP/2FA codes, keychain-backed.
MCP server to mount and unmount VeraCrypt containers with secure stdin password handling.
MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.
Send physical letters and faxes through the PixelLetter interface, test mode included.
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.