Best for
- MCP clients that need browser automation or browser access
- Local or remote environments using Chrome, Edge, or Firefox
- Workflows that connect to a browser through CDP or WebSocket
The source lists this server as active at version 1.0.0 under the Apache-2.0 license. It is focused on browser-use access; the source does not list specific MCP tools, client compatibility, or authentication mechanisms.
This is the browser MCP server in ByteDance's UI-TARS-desktop repository. It provides browser-use access and can run over stdio, SSE, or Streamable HTTP. It supports Chrome, Edge, and Firefox, with optional CDP or WebSocket connections. Aria snapshots are used by default, with an optional screenshot-based vision mode.
Use the npm package @agent-infra/mcp-server-browser. For stdio, run the package directly; for SSE and Streamable HTTP, use npx and set the port parameter, which defaults to 8089. Configure the browser channel, CDP or WebSocket endpoint, browser executable path, output directory, proxy settings, and vision mode as needed.