Skip to content
Gemini CLI

pdfs.build for Gemini CLI

build.pdfs/pdfs-build

Design, publish and render PDF templates with Typst. Full template lifecycle over MCP.

client:Gemini CLI transport:streamable-http

Install pdfs.build in Gemini CLI

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

{
  "mcpServers": {
    "pdfs-build": {
      "httpUrl": "https://backend.pdfs.build/mcp"
    }
  }
}

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

pdfs.build in other clients