New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

podpdf-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

podpdf-mcp

MCP server for PodPDF: turn HTML, Markdown, URLs and templates into PDFs from any MCP client.

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
157
Maintainers
1
Weekly downloads
 
Created
Source

podpdf-mcp

An MCP server for PodPDF. It lets Claude, Cursor, VS Code and any other MCP client turn HTML, Markdown, URLs and saved templates into PDFs.

Setup

  • Get an API key at app.podpdf.com → Settings → API Keys. PodPDF charges $0.01 per PDF, and an account needs a plan or a credit pack before calls succeed.
  • Add the server to your client. Most clients take this config:
{
  "mcpServers": {
    "podpdf": {
      "command": "npx",
      "args": ["-y", "podpdf-mcp"],
      "env": { "PODPDF_API_KEY": "pk_..." }
    }
  }
}

With Claude Code:

claude mcp add podpdf --env PODPDF_API_KEY=pk_... -- npx -y podpdf-mcp

Tools

ToolWhat it does
generate_pdfHTML, Markdown or a public HTTPS URL to PDF, up to 25 pages. Options: format, landscape, margin, printBackground, scale, pageRanges.
render_templateFill a saved template (template_id) with data and render it.
start_long_jobQueue HTML or Markdown up to 100 pages. wait: true polls until it's done.
get_jobStatus and details of a job.
get_download_linkA fresh 1-hour download link for a job's stored output.

generate_pdf, render_template and get_download_link take an optional save_path to write the PDF to disk. Otherwise they return a download link that is valid for one hour.

Environment

VariableRequiredDefault
PODPDF_API_KEYyes—
PODPDF_API_URLnohttps://api.podpdf.com

API docs: apidocs.podpdf.com. Support: podpdfapp@gmail.com.

Keywords

mcp

FAQs

Package last updated on 20 Sep 2026

Related posts