Skip to content
Cursor

Pagerunner — The Browser Layer That Learns for Cursor

io.github.enreign/pagerunner

Real Chrome profiles with site intelligence — already logged in, PII anonymization, sessions persist

client:Cursor transport:stdio runtime:npm

Install Pagerunner — The Browser Layer That Learns in Cursor

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

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

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

Pagerunner — The Browser Layer That Learns in other clients