chrome-devtools-mcp and agent-browser-mcp
These are complements: ChromeDevTools/chrome-devtools-mcp provides low-level Chrome DevTools Protocol access for agents, while minhlucvan/agent-browser-mcp wraps Vercel's Agent Browser to provide higher-level browser automation, so they serve different abstraction layers of the same browser-automation workflow.
About chrome-devtools-mcp
ChromeDevTools/chrome-devtools-mcp
Chrome DevTools for coding agents
Implements a Model-Context-Protocol (MCP) server that bridges AI coding agents with Chrome's DevTools Protocol, enabling performance tracing, network inspection, and automated browser actions through Puppeteer. Supports both full-featured and lightweight ("slim") modes, integrating with agents like Claude, Gemini, and Cursor for debugging, screenshot capture, and source-mapped stack trace analysis.
About agent-browser-mcp
minhlucvan/agent-browser-mcp
MCP server ingerate with vercel-labs's Agent Browser
Exposes AI-optimized browser automation through Vercel's agent-browser, using semantic accessibility-based element targeting and lightweight snapshots instead of verbose HTML. Implements MCP protocol with tools for navigation, form filling, data extraction, session management, and JavaScript execution across isolated browser instances. Supports both fast Rust CLI and Node.js fallback, integrating with Claude Desktop, VS Code, and other MCP-compatible clients.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work