Submit

Md2pdf Mcp

@chunliu

This server provides a tool to convert Markdown text to PDF files using the convert_markdown library. It's designed to work as an MCP (Model Context Protocol) server that can be integrated with various AI assistants and applications.

Tools

convert_md_to_pdf

Server Config

{
  "mcpServers": {
    "md2pdf": {
      "command": "uvx",
      "args": [
        "--from",
        "md2pdf-mcp",
        "md2pdf"
      ],
      "env": {
        "PDF_OUTPUT_DIR": "/path/to/output/folder"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.