mcpbeat Sign in

PDF Generator MCP Server

local only

PDF Generator runs on your own machine — the client starts it, so there is no endpoint to ping. 370 installs a week from npm.

MCP server for creative PDF generation with full emoji, Unicode, and offline support

Installs per day peak 353 · avg 85 · -24% w/w
a month agotoday
370
Installs / week
npm · @mcp-z/mcp-pdf
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check PDF Generator every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-pdf -- npx -y @mcp-z/mcp-pdf
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pdf": {
      "args": [
        "-y",
        "@mcp-z/mcp-pdf"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-pdf]
command = "npx"
args = ["-y", "@mcp-z/mcp-pdf"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-pdf": {
      "args": [
        "-y",
        "@mcp-z/mcp-pdf"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-pdf": {
      "args": [
        "-y",
        "@mcp-z/mcp-pdf"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RESOURCE_STORE_URI (Resource store URI for generated PDF files (file://)), PORT (HTTP server port (overrides --port)), BASE_URL (Base URL for HTTP transport (used for file links)), LOG_LEVEL (Logging level). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PDF Generator

same job, measured the same way
MCP PDF
by kmalakoff

MCP server for PDF generation using PDFKit

local only
Qt4 Doc MCP Server
by jztan

Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.

87 installs/wk local only
GrabzIt
by grabzit

Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.

40 installs/wk local only
PdfBroker.io
by pdfbroker

Cloud PDF generation from HTML, CSS and XSL-FO, with PDF/A and PDF/UA support.

39 installs/wk 2 tools answering
PolyDoc
by polydoc

PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoice generation for MCP clients.

36 installs/wk local only
oxidize-pdf MCP Server
by bzsanti

MCP server for PDF generation, parsing, splitting, merging, and manipulation via oxidize-pdf

1 919 installs/wk local only
NanoPDF
by r09722akabennett

AI-powered PDF editing and generation MCP server using Gemini Pro.

local only
Filesystem
by fieldcure

Secure MCP server for sandboxed filesystem operations with document parsing support.

local only

PDF Generator — questions

Answers built from our own checks of this server.

Why is there no uptime for PDF Generator?
PDF Generator runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mcp-z/mcp-pdf was installed 370 times last week.
How do I connect PDF Generator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mcp-z/mcp-pdf straight from npm; nothing to host, nothing to sign up for.
How many people use PDF Generator?
The npm package @mcp-z/mcp-pdf was installed 370 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.