Skip to content
Gemini CLI

md to pdf for Gemini CLI

io.github.wmarceau/md-to-pdf

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

client:Gemini CLI transport:stdio runtime:pypi

Install md to pdf in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

md to pdf in other clients