PDF Export for AI Agents
Official
PDF Export for AI Agents
Well-designed PDFs from a single prompt. Describe what you need, get a professional document.
Powered by PDFCrowd. Learn more →
Example
Analyze this project and create a comprehensive architecture overview PDF.
Include component diagrams and data flow. Save to architecture-overview.pdf
Related MCP server: Resume Generator MCP Server
Configuration
Prerequisites: Node.js 18 or later.
Claude Code
Option A — Install as a plugin (Recommended):
/plugin marketplace add pdfcrowd/pdfcrowd-mcp-pdf-export
/plugin install pdfcrowd-export-pdf@pdfcrowdOption B — Register the MCP server:
claude mcp add --scope user pdfcrowd-export-pdf -- npx -y pdfcrowd-mcp-pdf-exportOr 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 CLI
codex mcp add pdfcrowd-export-pdf -- npx -y pdfcrowd-mcp-pdf-exportOr add manually to ~/.codex/config.toml:
[mcp_servers.pdfcrowd-export-pdf]
command = "npx"
args = ["-y", "pdfcrowd-mcp-pdf-export"]Gemini CLI
gemini mcp add -s user pdfcrowd-export-pdf npx -y pdfcrowd-mcp-pdf-exportOr add manually to ~/.gemini/settings.json:
{
"mcpServers": {
"pdfcrowd-export-pdf": {
"command": "npx",
"args": ["-y", "pdfcrowd-mcp-pdf-export"]
}
}
}Notes
Restart your CLI after configuration to load the server
Personal Credentials
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:
Config file
~/.pdfcrowd-mcp:PDFCROWD_USERNAME=your_username PDFCROWD_API_KEY=your_api_keyEnvironment variables
PDFCROWD_USERNAMEandPDFCROWD_API_KEY.
Privacy
Your source code never leaves your machine — only the rendered document is sent to PDFCrowd for PDF conversion.
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to generate professional PDF documents from markdown content with advanced typography, syntax highlighting, math equations, dark mode, and customizable styling options.Last updatedMIT
- AlicenseAqualityDmaintenanceGenerates professional PDF resumes using LaTeX templates through natural language descriptions. Supports 9 professional templates, AI-powered resume tailoring, and organized folder management for job applications.Last updated422MIT
- AlicenseAqualityCmaintenanceGenerate professional PDFs from Claude, Cursor, and other AI tools. Create invoices, contracts, reports, and certificates from templates or inline HTML markup.Last updated7801MIT
- AlicenseAqualityAmaintenanceTurn markdown into designed PDFs with cover page, table of contents, and code blocks that hold across pages. One command from Claude Desktop, Claude Code, Cursor, Cline, Zed, or any MCP-capable client.Last updated22601MIT
Related MCP Connectors
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Generate PDF reports from ReportFlow templates via Claude and other AI agents.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pdfcrowd/pdfcrowd-mcp-pdf-export'
If you have feedback or need assistance with the MCP directory API, please join our Discord server