Skip to content
#

ai-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 13 public repositories matching this topic...

    Human-paced stealth browser skill for AI agents — drives CloakBrowser behind Playwright MCP. Works with Claude Code, Codex, Cursor, OpenClaw & any MCP-capable agent. Evidence-gated, authorized browsing only.

    • Updated Jul 13, 2026
    • JavaScript

    Vanguard AI Browser is a next-generation agentic web browser that integrates the GitHub Copilot SDK directly into your browsing experience. Reimagined with a stunning "Aurora" glassmorphism aesthetic, it transforms the web browser from a passive viewer into an active assistant that can browse, summarize, search, and navigate on your behalf.

    • Updated Jan 26, 2026
    • JavaScript

    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