PDF Generator API
io.github.Br0ski777/pdf-generatorGenerate PDF from HTML or Markdown with custom pages, margins, layout. x402.
Tools · 1
Use this when you need to create a PDF document from HTML or Markdown content. Returns binary PDF with custom formatting. Returns: 1. Binary PDF file 2. Configurable page size (A4, Letter, Legal) 3. …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pdf_generator_api": {
"url": "https://pdf-generator.api.klymax402.com/mcp",
"transport": "sse"
}
}
}