Skip to content
Zed

oxidize-pdf MCP Server for Zed

io.github.bzsanti/oxidize-pdf-mcp

MCP server for PDF generation, parsing, splitting, merging, and manipulation via oxidize-pdf

client:Zed transport:stdio runtime:pypi

Install oxidize-pdf MCP Server in Zed

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

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

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

oxidize-pdf MCP Server in other clients