Skip to content
Cursor

pdfcheck mcp for Cursor

io.github.jayjex/pdfcheck-mcp

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

client:Cursor transport:stdio runtime:npm

Install pdfcheck mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pdfcheck mcp in other clients