Installation
Three ways to use it.
Option 1: Browser extension only
- Grab
atwebpilot-<version>.zipfrom Releases and unzip - Open
chrome://extensions - Turn on "Developer mode" (top-right)
- Click "Load unpacked" → select the unzipped
dist/directory - Click the extension icon on any page → side panel opens
Option 2: Add MCP so Claude Code can drive the browser
bash
claude mcp add atwebpilot --scope user -- npx -y @attson/atwebpilot-mcpThen install the extension as in Option 1. No port to fill in — the first time the AI needs to touch a page, a pairing page opens; click Allow and it connects. Later sessions on the same machine connect silently, and several Claude Code sessions can share one browser.
See MCP Bridge.
Option 3: Build from source
bash
git clone https://github.com/attson/atwebpilot
cd atwebpilot
pnpm install
pnpm build # → packages/extension/dist/Then back to Option 1 steps 2–5.