Skip to content
Zed

pdf for Zed

com.yaktool/pdf

Merge, split, compress, unlock, organize, extract, fill forms and check PDFs — 12 local tools.

client:Zed transport:stdio runtime:npm

Install pdf in Zed

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

{
  "context_servers": {
    "pdf": {
      "command": "npx",
      "args": [
        "-y",
        "yaktool-pdf-mcp"
      ]
    }
  }
}

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

pdf in other clients