
PDF Generator
Generate polished PDFs from agent-authored content with emoji and Unicode support, without relying on cloud render APIs.
Overview
PDF Generator (io.github.mcp-z/mcp-pdf) is an MCP server for the Build phase that creates Unicode- and emoji-aware PDFs offline for agent-driven documentation and deliverables.
What is this MCP server?
- Creative PDF generation with full emoji and Unicode glyph support
- Offline-capable generation without mandatory external render services
- Generated files stored under configurable file:// resource store (~/.mcp-z/mcp-pdf/files)
- Optional HTTP base URL and log-level overrides for hosted setups
- stdio MCP @mcp-z/mcp-pdf v2.0.6 launched via npx
- Server version 2.0.6
- Default resource store file://~/.mcp-z/mcp-pdf/files
- stdio transport via @mcp-z/mcp-pdf without mandatory OAuth in package schema
What problem does it solve?
Agents struggle to hand users print-ready PDFs when pipelines need complex fonts, emoji, or air-gapped environments.
Who is it for?
Builders who want quick branded PDFs, spec exports, or multilingual documents from agent sessions without SaaS PDF APIs.
Skip if: Heavy DTP, interactive PDF forms with legal e-signatures, or pixel-perfect design handoff from Figma-only workflows.
What do I get? / Deliverables
After MCP setup, the agent can generate PDF files into the configured store path and link them in the workflow.
- Generated PDF files on disk in the resource store
- Agent-accessible links or paths to finished documents
- Repeatable PDF output for specs, reports, or user downloads
Recommended MCP Servers
Journey fit
How it compares
Local PDF generation MCP, not Google Drive storage and not a browser-only print-to-PDF skill.
Common Questions / FAQ
Who is PDF Generator MCP for?
Solo builders using AI agents who need downloadable PDFs with modern Unicode and emoji support during docs and ship tasks.
When should I use PDF Generator MCP?
Use it when you want the agent to render reports, one-pagers, or customer PDFs locally instead of manual export or cloud document APIs.
How do I add PDF Generator MCP to my agent?
Register npx @mcp-z/mcp-pdf in MCP config, set RESOURCE_STORE_URI or --resource-store-uri for output folder, then invoke PDF tools from the client.