# Gen-PDF Server

Generate professional PDF documents from markdown content with customizable styling options including dark mode and advanced page settings.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add gen-pdf/mcp

# Browse available tools
npx -y @smithery/cli@latest tool list gen-pdf/mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get gen-pdf/mcp generate_pdf

# Call a tool
npx -y @smithery/cli@latest tool call gen-pdf/mcp generate_pdf '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp--gen-pdf.run.tools`

**Optional config:**
- `debug` (query) — Enable debug logging
- `genPdfApiKey` (query) — Gen-PDF API key for PDF generation operations

## Tools (1)

- `generate_pdf` — Generate a professional PDF document from markdown content using Gen-PDF. Supports advanced formatting, code highlighti…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get gen-pdf/mcp <tool-name>
```

---

Source: https://github.com/gen-pdf/smithery-mcp | License: MIT
