4 months ago
PDF Export for AI Agents is an MCP server that produces well-designed, professional PDFs from a prompt - reports, architecture docs, API references, and more. It includes built-in layout guidance that helps AI agents structure documents with proper page breaks, clean typography, and polished visual hierarchy. Works with any MCP-compatible AI agent. Powered by PDFCrowd.
Server Config
{
"mcpServers": {
"pdfcrowd-export-pdf": {
"command": "npx",
"args": [
"-y",
"pdfcrowd-mcp-pdf-export"
]
}
}
}