Agent Browser MCP

by codechap

Not rated
GitHub

About

MCP server for browser automation via Vercel agent-browser CLI

Details

Author
codechap
Categories
Web Scraping, Automation, Other

Setup

Install Agent Browser MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/codechap/mcp-server-agent-browser

Follow the installation instructions in the repository README, then restart your MCP client.

Status: Testing— Functional but still being validated. Expect rough edges.

Let LLMs drive a real browser. This MCP server wrapsagent-browser(by Vercel Labs) so any MCP-compatible client — Claude Desktop, Claude Code, or others — can navigate pages, fill forms, click buttons, take screenshots, and more.

cargo install agent-browser agent-browser install

Binary:target/release/mcp-server-agent-browser

Add to your MCP client config (example for Claude Desktop / Claude Code):

{ "mcpServers": { "agent-browser": { "command": "/path/to/mcp-server-agent-browser" } } }

The server communicates over stdio using JSON-RPC 2.0 — it works with any MCP client.

Each tool is self-documented with parameter schemas — your MCP client will discover them automatically.

A typical AI-driven interaction follows this pattern:
- browser_navigate— open a page
- browser_snapshot— get the accessibility tree to understand the page structure
- browser_click/browser_fill— interact using@refselectors from the snapshot
- browser_screenshot— visually verify the result

The agent decides which tools to call and in what order. You just describe what you want done.

Commands time out after60 secondsby default. Thebrowser_waittool adjusts its timeout automatically based on the wait duration you specify.

Convert any URL to LLM-ready Markdown via real Chrome browsers. 3 tools: scrape, crawl, search. Free via MCP, pay-per-use via x402.

An MCP server that allows AI agents to control a web browser using the browser-use library.

Exposes Chrome browser functionality to AI assistants for automation, content analysis, and semantic search via a Chrome extension.

Control a Chrome browser through the Chrome DevTools Protocol (CDP) from MCP clients for browsing, inspection, and automation workflows.

Stealthy, LLM-drivable browser engine — a Python library + 85-tool MCP server on stealth Chromium with full Chrome DevTools Protocol.

Multi-session browser MCP for AI agents — stealth mode, session pooling, humanization, 10x fewer tokens than Playwright

A Go-based MCP server for interacting with the Lightpanda Browser using the Chrome DevTools Protocol (CDP).

A browser automation agent using the Model Context Protocol (MCP) to enable browser interactions.

A browser automation service for capturing console output, useful for tasks like public sentiment analysis.

Control the Chrome browser for web automation using an AI model. Requires the MCP Chrome extension.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.