mcpbeat Sign in

PodPDF MCP Server

by mohzameer Your server? Claim it
local only

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

Turn HTML, Markdown, URLs and saved templates into PDFs with the PodPDF API.

Installs per day peak 135 · avg 4
a month agotoday
135
Installs / week
npm · podpdf-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check PodPDF 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 podpdf -- npx -y podpdf-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "podpdf": {
      "args": [
        "-y",
        "podpdf-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.podpdf]
command = "npx"
args = ["-y", "podpdf-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "podpdf": {
      "args": [
        "-y",
        "podpdf-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "podpdf": {
      "args": [
        "-y",
        "podpdf-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PODPDF_API_KEY (API key from https://app.podpdf.com (Settings → API Keys)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PodPDF

same job, measured the same way
docx4j Word documents
by plutext

Read, convert and fill Word (.docx) documents: templates, Markdown/HTML in and out, PDF with math.

local only
MintPDF
by trendtweekers

Turn HTML or Markdown into a clean, styled PDF and get a download link.

29 installs/wk 2 tools answering
RenderMark
by jmsaavedra

Markdown to styled HTML, PDF, DOCX, and slides with themes, diagrams, and math.

28 installs/wk local only
I
Stylobridge
by blockpal1

Air-gapped Markdown/PDF to Word converter with brand templates and audit logging.

39 installs/wk local only
Leafwright
by leafwright

Render HTML, URLs, and templates to PDF. AI drafts templates and fixes them from logs.

56 installs/wk 3 tools answering
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

38 installs/wk 4 tools answering
FileToPDF
by filetopdf

Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.

35 installs/wk 4 tools answering
Rendex: Rendering API for Images, PDFs & Content Extraction
by copperline-labs

Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.

53 installs/wk 13 tools answering

PodPDF — questions

Answers built from our own checks of this server.

Why is there no uptime for PodPDF?
PodPDF 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 podpdf-mcp was installed 135 times last week.
How do I connect PodPDF?
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 podpdf-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use PodPDF?
The npm package podpdf-mcp was installed 135 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.