Skip to content
Cursor

md to pdf for Cursor

io.github.wmarceau/md-to-pdf

Convert markdown to professional PDFs with clickable table of contents. No API keys.

client:Cursor transport:stdio runtime:pypi

Install md to pdf in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "md-to-pdf": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "md-to-pdf-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

md to pdf in other clients