pdf letter mcp for Cline
io.github.bitterdev/pdf-letter-mcp
Renders letters as print ready PDFs, DIN 5008 compliant for German window envelopes.
client:Cline
transport:stdio
runtime:npm
Install pdf letter mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"pdf-letter-mcp": {
"command": "npx",
"args": [
"-y",
"pdf-letter-mcp"
],
"env": {
"PDF_LETTER_OUTPUT_DIR": "<PDF_LETTER_OUTPUT_DIR>",
"PDF_LETTER_FONT_DIR": "<PDF_LETTER_FONT_DIR>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs