Docs

The MCP server

Four tools that let a local agent list your tabs and capture one.

@page-scanner/mcp is a stdio MCP server with four tools: pair, list_browsers, list_tabs and scan_page. An agent on your machine can list the tabs you have open, capture one, and get the file written to disk.

It holds no logic of its own. Everything below it is the @page-scanner/cli package, which owns the loopback listener, the pairing and the daemon, so the command line and an agent can be used at the same time.

Next

On this page