markdown2pdf-mcp

2b3pro/markdown2pdf-mcp
★ 33 stars JavaScript 🧠 Memory/Knowledge Updated 12d ago
MCP Server for converting markdown to PDF
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "markdown2pdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "2b3pro/markdown2pdf-mcp"
      ]
    }
  }
}