server-pdf
Verified Safeby mcp-z
Overview
Generate PDFs from text or layouts, render PDF pages as images, and measure text before layout, with specialized support for JSON Resume format.
Installation
npx -y @mcp-z/mcp-pdfEnvironment Variables
- BASE_URL
- LOG_LEVEL
- RESOURCE_STORE_URI
- PORT
Security Notes
The server involves filesystem operations (e.g., `pdfPath` in `pdf-image`, `writeFile` for output) and network requests (e.g., `fetch` for custom fonts). The `pdf-to-png-converter` dependency might rely on native system libraries, which could pose a risk if not properly isolated or if vulnerabilities exist in those libraries. `eval` is used internally for dual ESM/CJS loading, which is generally acceptable for bootstrapping. No hardcoded secrets were identified.
Similar Servers
mcp-conformance-action
A GitHub Action for detecting changes to Model Context Protocol (MCP) server public interfaces by comparing API responses between branches.
sky-pii-mcp
An MCP server that integrates with Skyflow for PII/PHI de-identification and re-identification in text and files, accessible via streamable HTTP.
mcp_server_2ex
This server acts as a Next.js application providing a Remote Procedure Call (RPC) interface for Retrieval Augmented Generation (RAG) search using PostgreSQL with pgvector for vector storage and Google Generative AI for language model inference.
mcp-gitlab-mcp-server2
This repository provides Docker deployment configuration for an MCP (Managed Cloud Platform) server, enabling its build and execution.