@agentdeskai/browser-tools-server
v2.0.2
Published
Standalone connector for BrowserTools MCP. Only needed when several MCP clients must share one browser session — browser-tools-mcp now embeds this automatically.
Maintainers
Readme
@agentdeskai/browser-tools-server
Standalone connector for BrowserTools MCP.
Most people do not need this package. Since 2.0 the connector is embedded in
@agentdeskai/browser-tools-mcp, so a normal setup is a single process.
Run this only when several MCP clients should share one browser session:
npx @agentdeskai/browser-tools-serverEvery browser-tools-mcp process started afterwards attaches to it
automatically instead of starting its own.
Add --verbose to watch capture as it happens, which is the quickest way to
confirm a fresh install is working:
npx @agentdeskai/browser-tools-server --verboseFull documentation: https://github.com/AgentDeskAI/browser-tools-mcp
