laze-browser-bridge
v0.1.2
Published
Local MCP and HTTP bridge for controlling Chrome through the Laze Agent extension.
Maintainers
Readme
laze-browser-bridge
Local MCP and HTTP bridge for controlling Chrome through the Laze Agent extension.
Usage
Enable Local Browser Bridge in the Laze Agent extension, generate a pairing code, then run:
npx laze-browser-bridge --pair YOUR-PAIRING-CODE --print-configPaste the printed JSON into Claude Code, Cursor, OpenCode, Claude Desktop, or another MCP client.
You can also run the bridge directly:
npx laze-browser-bridge --pair YOUR-PAIRING-CODETools
browser.open_urlbrowser.read_pagebrowser.clickbrowser.typebrowser.press_keybrowser.scrollbrowser.find_textbrowser.list_tabsbrowser.switch_tabbrowser.new_tabbrowser.screenshotbrowser.wait_for_stable
The bridge listens on 127.0.0.1 only and requires the pairing code configured in the extension.
