chrome-relay
v0.2.3
Published
Connect your local Chrome browser to coding agents through a local bridge.
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.
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.
