Skip to content
#

Agent Browser

Agent browsers are web browsers or browser engines designed to be driven by AI agents rather than humans. Instead of a graphical interface, they expose programmatic surfaces — HTTP APIs, MCP servers, CDP endpoints — so an autonomous agent can fetch pages as clean text (typically markdown), render JavaScript-heavy SPAs, take screenshots as visual input, run aggregated searches, and drive multi-step interactions such as logins and pagination.

Common capabilities in this category:

  • Read: HTML-to-markdown conversion and structured data extraction from JS-rendered pages
  • See: screenshot rendering of the post-JS DOM as vision input for multimodal models
  • Find: meta-search across multiple engines with result merging and deduplication
  • Act: persistent sessions with indexed interaction (click/type by element index), cookie import/export for login flows
  • Evade: real TLS fingerprints and challenge handling for anti-bot protected sites
  • Implementations range from wrappers around full Chromium (Puppeteer/Playwright-based) to standalone engine binaries that embed their own JavaScript runtime and renderer. The Model Context Protocol has become a common control plane for exposing agent browsers to tools like Claude Code and Cursor.

    Here are 84 public repositories matching this topic...

    Browser Operator - The AI browser with built in Multi-Agent platform! Open source alternative to ChatGPT Atlas, Perplexity Comet, Dia and Microsoft CoPilot Edge Browser

    • Updated Mar 19, 2026
    • TypeScript

    DSH(DeepSeek Harness)插件:把 ego-lite 浏览器(给 AI Agent 用的 Chromium)接入 HARNESS——13 个结构化 ego_* 工具(文本语义快照、语义定位点击、表单填充、截图、CDP 控制、任务空间隔离),内置 ego 运行时,Linux + Chrome 开箱即用,无需克隆官方仓库或手动构建。

    • Updated Sep 7, 2026
    • JavaScript

    Multi-agent orchestration plugin for OpenCode. 10 configurable model slots, 30 hooks, memory search, LSP diagnostics, agent-browser integration, completion controller, auto dream/distill memory consolidation. One prompt to set up and run.

    • Updated Sep 5, 2026
    • TypeScript

    The browser built for AI agents — fetch live pages as markdown, render JS/SPAs with built-in V8, take screenshots without Chromium, meta-search 5 engines, and drive interactive login sessions. One Rust binary, stealth TLS fingerprints, MCP native for Claude Code & Cursor. Headless browser alternative to Puppeteer/Playwright.

    • Updated Sep 9, 2026
    • Rust

    Motion forensics for the animated web. A Claude Code & Codex plugin that reverse-engineers a live URL into React + Tailwind — pulling real CSS + animation params from JS bundles (GSAP/Framer Motion/Webflow IX2) and verifying with AE/SSIM diff, not screenshots.

    • Updated Sep 6, 2026
    • Python

    Created by Browser-use, AginxBrowser, and the agent tooling community

    Released 2024

    Followers
    3 followers
    Website
    github.com/topics/agent-browser

    Related topics

    ai-agents browser-automation headless-browser mcp web-automation