Skip to content
Cursor

benspdf for Cursor

io.github.benbergner/benspdf

Read PDFs locally: text, pages, metadata, scan detection, layout, permissions, render, OCR.

client:Cursor transport:stdio runtime:pypi

Install benspdf in Cursor

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

{
  "mcpServers": {
    "benspdf": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "benspdf-mcp"
      ]
    }
  }
}

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

benspdf in other clients