Pagerunner — The Browser Layer That Learns
Rank #19,185io.github.Enreign/pagerunner
Real Chrome profiles with site intelligence — already logged in, PII anonymization, sessions persist
Pagerunner — The Browser Layer That Learns is a Model Context Protocol (MCP) server published by Enreign. It ranks #19,185 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Pagerunner — The Browser Layer That Learns is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Mar 18, 2026 and most recently updated on Apr 7, 2026.
Ranks ahead of 96,406 of 115,591 servers on MCP Toplist.
Use Pagerunner — The Browser Layer That Learns
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pagerunner -- npx -y pagerunner[mcp_servers.pagerunner]
command = "npx"
args = ["-y", "pagerunner"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pagerunner": {
"command": "npx",
"args": [
"-y",
"pagerunner"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pagerunner": {
"command": "npx",
"args": [
"-y",
"pagerunner"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pagerunner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pagerunner"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pagerunner": {
"command": "npx",
"args": [
"-y",
"pagerunner"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pagerunner": {
"command": "npx",
"args": [
"-y",
"pagerunner"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Enreign%2Fpagerunner)<a href="https://mcptoplist.com/server/io.github.Enreign%2Fpagerunner"><img src="https://mcptoplist.com/badge/io.github.Enreign%2Fpagerunner.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
Enreign
Other servers by Enreign
View all Enreign servers →Available versions (7)
| Version | Published |
|---|---|
| 0.8.0 | Apr 7, 2026 |
| 0.7.1 | Apr 5, 2026 |
| 0.6.0 | Mar 29, 2026 |
| 0.2.1 | Mar 24, 2026 |
| 0.2.0 | Mar 24, 2026 |
| 0.1.1 | Mar 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pagerunner — The Browser Layer That Learns?
- Pagerunner — The Browser Layer That Learns is maintained by Enreign, which publishes 3 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Pagerunner — The Browser Layer That Learns listed on the Official MCP Registry?
- Yes — Pagerunner — The Browser Layer That Learns is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Pagerunner — The Browser Layer That Learns have?
- MCP Toplist tracks 7 versions of Pagerunner — The Browser Layer That Learns, most recently published on Apr 7, 2026.
- Where can I find the source code for Pagerunner — The Browser Layer That Learns?
- The source code for Pagerunner — The Browser Layer That Learns is hosted at github.com/enreign/pagerunner.