Skip to content
Zed

md to pdf for Zed

io.github.wmarceau/md-to-pdf

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

client:Zed transport:stdio runtime:pypi

Install md to pdf in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "md-to-pdf": {
      "command": "uvx",
      "args": [
        "md-to-pdf-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

md to pdf in other clients