pinchtabSmall Go HTTP/MCP server that gives AI agents direct control over Chrome — stealth CDP injection, multi-instance orchestration and a real-time dashboard. Local-first, single binary.
Why switchBoth expose stealth real-Chrome-over-CDP to agents; stealth-browser-mcp is a Python MCP server on nodriver, PinchTab is a Go daemon adding multi-instance orchestration, an HTTP API and a dashboard.
Full comparison → browser-useThe standard library for letting AI agents drive a real browser — click, type, fill forms and complete tasks from a natural-language goal. 100k+ stars, Python.
Why switchBoth hand an AI agent a real browser; browser-use optimizes for task completion on the open web, stealth-browser-mcp for surviving anti-bot walls — pick by whether detection is your bottleneck.
Full comparison → ScraplingAdaptive Python scraping framework: selectors that relearn when sites redesign, stealth fetchers that pass Cloudflare, spiders with proxy rotation and an MCP server — request to full crawl.
Why switchTwo stealth approaches to protected pages: Scrapling is a scraping framework with Cloudflare-passing fetchers for extraction at scale; stealth-browser-mcp is interactive browser control over MCP for agent-driven sessions.
Full comparison → browser-harness-jsbrowser-use's thinnest LLM-to-Chrome bridge: all 652 CDP methods as typed JS calls over one WebSocket — no click() helpers, no rails; the protocol is the API.
Why switchBoth CDP-level browser control for agents: stealth-browser-mcp specializes in anti-bot evasion via nodriver; the harness is the thinnest generic typed bridge.
Full comparison →