Skip to content
Zed

pdf toolkit mcp for Zed

io.github.aryanbv/pdf-toolkit-mcp

Write-capable PDF toolkit MCP: 22 tools to read, create, render, encrypt, merge & fill PDFs.

client:Zed transport:stdio runtime:npm

Install pdf toolkit mcp in Zed

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

{
  "context_servers": {
    "pdf-toolkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aryanbv/pdf-toolkit-mcp"
      ]
    }
  }
}

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

pdf toolkit mcp in other clients