Skip to content
MCP ThesaurusMCP Thesaurus

Pdfrender

CommunityIncomplete39/100Claim

streamable-httpMITupdated 22d ago

Turn HTML into pixel-faithful PDFs with one API call โ€” or one MCP tool call from your agent.

SourceWebsite

What can you do with Pdfrender?

Pdfrender

Turn HTML into pixel-faithful PDFs with one API call โ€” or one MCP tool call from your agent.

pdfrender turns HTML into pixel-faithful PDFs over a simple REST API and an MCP server. Anonymous calls work with no signup; an optional API key raises limits. Usage is metered in credits โ€” one render costs one credit. The free tier is 100 credits/month (no card); Essential is โ‚ฌ20/mo for 10,000 credits and Scale is โ‚ฌ80/mo for 100,000 โ€” cancel anytime, no other SKUs. Alternatives to Gotenberg, DocRaptor, PDFShift, api2pdf, CraftMyPDF and SelectPdf.

MCP server

Streamable-HTTP endpoint: https://api.pdfrender.dev/mcp/ โ€” the anonymous tier works without a key; an API key raises the limits.

Claude Code:

claude mcp add --transport http pdfrender https://api.pdfrender.dev/mcp/

Cursor / Windsurf / Cline / Claude Desktop:

{
  "mcpServers": {
    "pdfrender": {
      "url": "https://api.pdfrender.dev/mcp/"
    }
  }
}

One-click installs for every client: https://pdfrender.dev/connect

API

Base URL https://api.pdfrender.dev/ โ€” authenticate with an X-API-Key header; anonymous calls work at a lower rate limit.