Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PDF_OUTPUT_DIR | No | Custom directory for PDF output files. Defaults to ~/.mcp-pdf/ if not specified. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pdf-document | Create a flowing PDF document with automatic pagination. Best for: Reports, articles, letters, contracts, and documents with sequential content. Content flows naturally from top to bottom. Pages break automatically when content exceeds page height. Use "pageBreak" to force page breaks, "divider" for horizontal rules, and "spacer" for vertical spacing. Supported content types:
Default margins: Varies by page size (e.g., 72pt/1" for Letter, ~56pt for A4). |
| pdf-image | Generate PNG image(s) from PDF pages. Use this to visually verify PDF output without opening external applications. Pages Options:
Viewport Scale Recommendations:
Lower scales produce smaller files, reducing context usage when sharing images. |
| pdf-layout | Create a PDF with precise positioning using Yoga flexbox layout. Best for: Dashboards, slides, certificates, flyers, and designs requiring exact placement. All items are positioned absolutely on specific pages. Use the "page" property to target different pages (e.g., page: 2 for multi-slide presentations). Pages are created as needed. Use groups for flexbox containers - they support direction, gap, justify, alignItems, and alignment properties for sophisticated layouts. Default margins: 0 (full canvas access for precise positioning). |
| pdf-resume | Generate a professional resume PDF from JSON Resume format. Supports layout customization, date/locale formatting, styling, fonts, and automatic page breaks. |
| text-measure | Measure text width and height before rendering. Returns exact dimensions based on font, font size, and text content. Use this to:
Width is measured as single-line natural width. Height accounts for text wrapping when width is specified. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| resource-fetching | How to fetch generated PDF binary data via MCP resources |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |