Skip to main content
File SystemsPython

MarceauSolutions/md-to-pdf-mcp

Convert Markdown files to professional PDFs with customizable themes, headers, footers, and styling

file-systemslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/MarceauSolutions/md-to-pdf-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "md-to-pdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "MarceauSolutions/md-to-pdf-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
Python
Author
MarceauSolutions