MarceauSolutions/md-to-pdf-mcp
Convert Markdown to professional PDFs with customizable themes - MCP server for Claude Desktop
Platform-specific configuration:
{
"mcpServers": {
"md-to-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"md-to-pdf-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Convert markdown (.md) files into professional, interactive PDF documents with automatic table of contents.
mcp-name: io.github.wmarceau/md-to-pdf
md-to-pdf/
├── src/
│ ├── md_to_pdf.py # Core conversion logic
│ └── convert.sh # Wrapper script (sets library paths)
├── mcp-server/
│ └── md_to_pdf_mcp.py # MCP server wrapper
├── registry/
│ └── manifest.json # MCP Registry manifest
├── workflows/
│ └── convert-md-to-pdf.md # Conversion workflow guide
├── testing/ # Multi-agent test infrastructure
├── VERSION # Current version
├── CHANGELOG.md # Version history
├── SKILL.md # MCP skill documentation
└── README.md # This filebrew install pango cairo# Set library path (macOS)
export DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH
# Convert single file
python src/md_to_pdf.py input.md output.pdf
Loading reviews...