mcpbeat Sign in

PDFCrowd PDF Export MCP Server

local only

PDFCrowd PDF Export runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 20 Feb 2026.

Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more.

Installs per day peak 27 · avg 10 · -32% w/w
a month agotoday
40
Installs / week
npm · pdfcrowd-mcp-pdf-export
1
Stars
0 open issues
20 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: PDFCROWD_USERNAME (PDFCrowd username for watermark-free output. Can also be set in ~/.pdfcrowd-mcp.), PDFCROWD_API_KEY (PDFCrowd API key for watermark-free output. Can also be set in ~/.pdfcrowd-mcp.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PDFCrowd PDF Export

same job, measured the same way
PDF Report Generator
by themoddedcube

Generate professional PDF reports from LLM output — cover, TOC, tables, charts, 5 themes.

31 installs/wk local only
Pdfapi MCP Server
by amranswill

Generate invoice, receipt, and report PDFs from structured JSON via a single API call.

33 installs/wk local only
Rendoc MCP Server
by yoryocoruxo-ai

Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates.

35 installs/wk local only
Furniture Designer
by luisenvilla

Professional furniture design: specs, validation, cut optimization, BOM, and 3D reports.

103 installs/wk local only
Multisim MCP
by yxy050208

Generate Multisim circuits, run simulations, export data, and create experiment reports.

523 installs/wk local only
Chartwire
by outturndev

Generate production-ready chart code (Recharts, Chart.js, ECharts, Plotly) from a prompt.

answering
URLs-LE
by nolindnaidoo

Extract URLs from documentation, configuration and code, with their protocol and position.

43 installs/wk local only
PDF MCP
by wesseltl

Extract text and tables from PDFs for an agent: invoices, reports, statements.

109 installs/wk local only

PDFCrowd PDF Export — questions

Answers built from our own checks of this server.

Why is there no uptime for PDFCrowd PDF Export?
PDFCrowd PDF Export 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 pdfcrowd-mcp-pdf-export was installed 40 times last week.
How do I connect PDFCrowd PDF Export?
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 pdfcrowd-mcp-pdf-export straight from npm; nothing to host, nothing to sign up for.
How many people use PDFCrowd PDF Export?
The npm package pdfcrowd-mcp-pdf-export was installed 40 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PDFCrowd PDF Export open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.