Documentation

The browser runtime for AI agents

Pagerunner is a Chrome browser automation MCP server. It connects Claude Code, Cursor, Windsurf, or any MCP client to a real Chrome session — using your existing profiles with their cookies, saved passwords, and history. Every session teaches it something new.

Quick start

terminal
# Install
brew install enreign/tap/pagerunner
# Auto-detect your Chrome profiles
pagerunner init
# Add to Claude Code
claude mcp add pagerunner -- pagerunner mcp

That's it. Open Claude Code and ask it to open a browser.

What's in the docs

Works with

Claude Code / Cursor / Windsurf / Codex CLI / Claude Desktop / Any MCP client

38 MCP tools

Pagerunner exposes 38 tools over the Model Context Protocol. Sessions, navigation, interactions, snapshots, checkpoints, KV store, site intelligence, secrets, recordings, and more. Every tool is designed to give LLM-friendly responses with metadata hints that reduce token burn.

View the full tool reference on GitHub →