chrome-relay
v0.7.2
Published
Your agent drives the Chrome you're signed into. Read pages, click buttons, fill forms from any shell. No robot browser, no cookie export, no focus stealing.
Maintainers
Readme
chrome-relay
chrome-relay connects your local Chrome browser to coding agents through a local bridge and a Chrome extension.
Install
pnpm add -g chrome-relay
chrome-relay install
chrome-relay doctorThen load the Chrome Relay extension in Chrome.
The native host installer allowlists the published Chrome Web Store extension ID:
cpdiapbifblhlcpnmlmfpgfjlacebokbchrome-relay doctor prints the supported extension IDs and warns if the native-host manifest is stale.
Usage
chrome-relay tabs
chrome-relay read -i
chrome-relay navigate "https://example.com" --new
chrome-relay navigate --tab <tabId> "https://example.com"
chrome-relay click "<selector>"
chrome-relay fill "<selector>" "value"
chrome-relay keys "Enter"
chrome-relay screenshot --tab <tabId> -o page.pngHow it works
chrome-relay is a CLI-first browser bridge:
chrome-relay CLI
-> local bridge on your machine
-> Chrome native host
-> Chrome Relay extension
-> Chrome APIsThe CLI does not need separate MCP configuration. It talks to the local bridge for you.
