Skip to content
Cursor

pdffr for Cursor

io.github.amersarhan/pdffr-mcp

Local, private PDF to Markdown for agents: geometry-first parsing, OCR only where needed.

client:Cursor transport:stdio runtime:npm

Install pdffr in Cursor

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

{
  "mcpServers": {
    "pdffr-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pdffr-mcp"
      ]
    }
  }
}

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

pdffr in other clients