Tag
browser
Tools in this catalog tagged browser. Honest Catch, not a roundup.
11 tools · the Catch, not a ranking
- StagehandAI-native browser automation that mixes code and natural language
AI calls add latency and cost. The natural-language parts are only as reliable as the underlying model. Debugging AI-driven steps is harder than debugging selectors.
- Browser UseOpen-source framework for LLM-driven browser agents
You need browser infrastructure—Browser Use is a framework, not a managed service. Token consumption scales with page complexity. Anti-bot measures will block you without stealth tooling.
- BrowserbaseManaged browser infrastructure for AI agents at scale
Another service to pay for and depend on. Complex pricing at scale—budget carefully for high-volume workloads. You are outsourcing control over the browser layer.
- Playwright MCPOfficial Microsoft MCP server for Playwright browser automation
It is a control interface, not a complete solution. You still need browser infrastructure (local Chromium or Browserbase). No built-in session management, authentication, or scaling.
- FigmaCollaborative design tool in the browser
Subscription costs add up. Adobe acquisition raised concerns. Offline access is limited. Large files can lag.
- Chrome DevTools MCPOfficial Chrome DevTools as an MCP server for coding agents
chrome-devtools-mcp@1.8.0 engines: "^20.19.0 || ^22.12.0 || >=23". 20.16 and 20.17 fail; 20.19 LTS is in engines. “Node ≥ 22.12” and “Node 20 fails” are both too blunt — README “LTS” is marketing; engines is the catch. A CLI is provided for use without MCP; official CLI docs call it experimental. Complementary to Playwright MCP already on the catalog—DevTools-grade traces, Lighthouse, heap snapshots, and --autoConnect, not a generic scraper or a Playwright replacement. Officially supports Google Chrome and Chrome for Testing only. Exposes browser content to the MCP client—do not point it at sensitive sessions. Usage statistics on by default (opt out with --no-usage-statistics). Needs a current Chrome.
- agent-browserVercel Labs Rust CLI with compact a11y refs for agents
Default idle timeout is about one hour: the headless daemon shuts down and discards transient tabs/state unless you passed `--restore` (or another restore key). Headed, Safari/iOS WebDriver, and user-attached browsers are exempt; cloud-provider browsers are not. Tune with `--idle-timeout` or `AGENT_BROWSER_IDLE_TIMEOUT_MS`; `0` disables. This is CDP Chrome, not stealth—anti-bot pages will still block you.
- ColyseusMIT Node multiplayer rooms with state sync
A server framework, not a renderer. Colyseus Cloud has no free tier — it starts at 15 USD/mo. Capacity depends on your code, not a marketed CCU cap.
- howler.jsMIT audio sprites for the browser, tagged 2.2.4 in 2023
Quiet since September 2023. Stale LICENSE copyright year -- live MIT line, not a ghost. No Used-By names.
- PeerJSMIT browser P2P WebRTC with free cloud or self-host signaling
Browser P2P WebRTC + optional free signaling — not LiveKit/mediasoup media-server rooms. Larger groups need a media server (SFU-class), not PeerJS alone. Distinct from LiveKit and mediasoup.
- PlaywrightApache-2.0 cross-browser library and CLI
Vs Playwright MCP gem: library/CLI lane; not the MCP wrapper. Heavier than unit tests. Browser downloads and CI images are real ops. Not Stagehand/Browserbase.