Back to Home
mcp-z icon

mcp-pdf

Verified Safe

by mcp-z

Overview

Generate PDFs from text, layouts, or JSON Resume data, render PDF pages as images, and measure text dimensions for layout planning.

Installation

Run Command
npx -y @mcp-z/mcp-pdf

Environment Variables

  • BASE_URL
  • LOG_LEVEL
  • RESOURCE_STORE_URI
  • PORT

Security Notes

The server uses `eval` for dual ESM/CJS module loading, which is generally discouraged but used here in a controlled context for internal module initialization. `LiquidJS` is used for templating in `pdf-resume`; while generally sandboxed, custom templates could pose a risk if not carefully reviewed. File system operations for temporary files and resource storage are present, but inputs are validated by `zod` and `ajv` schemas, and network-downloaded fonts are placed in temporary directories. No hardcoded secrets or direct remote code execution vulnerabilities are apparent.

Similar Servers

Stats

Interest Score30
Security Score7
Cost ClassHigh
Avg Tokens2000
Stars1
Forks1
Last Update2026-01-16

Tags

PDF generationDocument creationResume builderImage exportLayout engineFlexbox layoutUnicode supportEmoji rendering