Skip to content
Zed

PDF Modifier for Zed

io.github.mlorentedev/pdf-modifier-mcp

Modify PDF text, replace with regex, and analyze layout while preserving fonts.

client:Zed transport:stdio runtime:pypi

Install PDF Modifier in Zed

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

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

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

PDF Modifier in other clients