Skip to content
Zed

pdfcheck mcp for Zed

io.github.jayjex/pdfcheck-mcp

MCP server validating PDF page trees: Kids->Page, Contents->stream, orphans, Count match.

client:Zed transport:stdio runtime:npm

Install pdfcheck mcp in Zed

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

{
  "context_servers": {
    "pdfcheck-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jayjex/pdfcheck-mcp"
      ]
    }
  }
}

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

pdfcheck mcp in other clients