@browserops/bridge
v0.0.8
Published
MCP stdio server + WebSocket primary for browserops — drives the browserops Chrome extension. Install `browserops` for the user-facing CLI.
Downloads
1,057
Maintainers
Readme
@browserops/bridge
MCP stdio server for browserops. End-users typically want the
browseropsCLI package — it installs this transitively.
@browserops/bridge ships the browserops-bridge binary: a local Node process that
- speaks MCP over stdio to your AI client (Claude Code, Cursor, Codex CLI, Continue, Windsurf, …)
- runs a WebSocket primary on
ws://127.0.0.1:57321that the browserops Chrome extension connects to - forwards
browser_*andprocedures_*tool calls into the user's live Chrome tabs
Install
Most users should install the browserops CLI, which brings the bridge along:
npm i -g browseropsStandalone install (custom MCP-client setups only):
npm i -g @browserops/bridgeMCP-client registration
{
"mcpServers": {
"browserops": { "command": "browserops-bridge" }
}
}Codex CLI (~/.codex/config.toml):
[mcp_servers.browserops]
command = "browserops-bridge"
args = []Exposed prompts
browserops {task}— operating guide + task as a user messagebrowserops_procedure {name, task?}— inlines a saved procedure's YAML
Source & docs
github.com/quaylabshq/browserops
License
MIT
