Gen-PDF Server
Generate professional PDF documents from markdown content with customizable styling options including dark mode and advanced page settings.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add gen-pdf/mcp
# Browse available tools
npx -y smithery tool list gen-pdf/mcp
# Get full schema for a tool
npx -y smithery tool get gen-pdf/mcp generate_pdf
# Call a tool
npx -y smithery tool call gen-pdf/mcp generate_pdf '{}'Direct MCP Connection
Endpoint: https://mcp--gen-pdf.run.tools
Optional config:
debug(query) — Enable debug logginggenPdfApiKey(query) — Gen-PDF API key for PDF generation operations
Tools (1)
generate_pdf— Generate a professional PDF document from markdown content using Gen-PDF. Supports advanced formatting, code highlighti…
# Get full input/output schema for a tool
npx -y smithery tool get gen-pdf/mcp License: MIT