Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pdfcrowd-export-pdf": {
"args": [
"-y",
"pdfcrowd-mcp-pdf-export"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Well-designed PDFs from a single prompt. Describe what you need, get a professional document.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'pdfcrowd-mcp-pdf-export' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked pdfcrowd-mcp-pdf-export against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
MCP Security Weekly
Get CVE alerts and security updates for io.github.pdfcrowd/pdfcrowd-mcp-pdf-export and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Well-designed PDFs from a single prompt. Describe what you need, get a professional document.
Powered by PDFCrowd. Learn more →
Analyze this project and create a comprehensive architecture overview PDF.
Include component diagrams and data flow. Save to architecture-overview.pdf
Prerequisites: Node.js 18 or later.
Option A — Install as a plugin (Recommended):
/plugin marketplace add pdfcrowd/pdfcrowd-mcp-pdf-export
/plugin install pdfcrowd-export-pdf@pdfcrowd
Option B — Register the MCP server:
claude mcp add --scope user pdfcrowd-export-pdf -- npx -y pdfcrowd-mcp-pdf-export
Or add the equivalent JSON to ~/.claude.json (user scope) or .mcp.json (project scope):
{
"mcpServers": {
"pdfcrowd-export-pdf": {
"command": "npx",
"args": ["-y", "pdfcrowd-mcp-pdf-export"]
}
}
}
codex mcp add pdfcrowd-export-pdf -- npx -y pdfcrowd-mcp-pdf-export
Or add manually to ~/.codex/config.toml:
[mcp_servers.pdfcrowd-export-pdf]
command = "npx"
args = ["-y", "pdfcrowd-mcp-pdf-export"]
gemini mcp add -s user pdfcrowd-export-pdf npx -y pdfcrowd-mcp-pdf-export
Or add manually to ~/.gemini/settings.json:
{
"mcpServers": {
"pdfcrowd-export-pdf": {
"command": "npx",
"args": ["-y", "pdfcrowd-mcp-pdf-export"]
}
}
}
Get started right away — no credentials or signup needed. Output includes a watermark. For watermark-free PDFs, sign up for personal credentials.
Personal credentials can be set in:
~/.pdfcrowd-mcp:
PDFCROWD_USERNAME=your_username
PDFCROWD_API_KEY=your_api_key
PDFCROWD_USERNAME and PDFCROWD_API_KEY.Your source code never leaves your machine — only the rendered document is sent to PDFCrowd for PDF conversion.