Catalog
io.github.mcp-z/mcp-pdf
OfficialPDF Generator
MCP server for creative PDF generation with full emoji, Unicode, and offline support
Generate creative PDFs with full emoji and Unicode support offline.
README not available yet.
Install
Configuration
Environment variables
RESOURCE_STORE_URIdefault file://~/.mcp-z/mcp-pdf/filesResource store URI for generated PDF files (file://)
PORTHTTP server port (overrides --port)
BASE_URLBase URL for HTTP transport (used for file links)
LOG_LEVELdefault infoLogging level
Arguments
-y--resource-store-uri--base-url--log-level--portdefault 9001claude_desktop_config.json
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf@2.0.6",
"--resource-store-uri",
"--base-url",
"--log-level"
],
"env": {
"RESOURCE_STORE_URI": "file://~/.mcp-z/mcp-pdf/files",
"PORT": "<YOUR_PORT>",
"BASE_URL": "<YOUR_BASE_URL>",
"LOG_LEVEL": "info"
}
}
}
}