Skip to content
Cursor

Page Scanner for Cursor

io.github.sbd530/page-scanner

Capture a web page from your own Chrome as a PDF whose text is still text.

client:Cursor transport:stdio runtime:npm

Install Page Scanner in Cursor

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

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

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

Page Scanner in other clients