mcp-server-agent-browser
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-agent-browserNavigate to https://news.ycombinator.com and take a screenshot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-agent-browser
Status: Testing — Functional but still being validated. Expect rough edges.
Let LLMs drive a real browser. This MCP server wraps agent-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.

Prerequisites
Install the agent-browser CLI:
cargo install agent-browser
agent-browser installRelated MCP server: agentify-desktop
Build
cargo build --releaseBinary: target/release/mcp-server-agent-browser
Configuration
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.
Environment Variable | Description | Default |
| Path to the |
|
What it can do
The server exposes 35+ tools covering:
Navigation — open URLs, go back/forward, reload
Interaction — click, type, fill, press keys, hover, scroll, drag, select, check/uncheck, upload, download
Reading — get page text, HTML, attributes, URL, title
Accessibility —
browser_snapshotreturns an accessibility tree with@refidentifiers that can be used as selectors in subsequent callsState — check if elements are visible, enabled, or checked
Capture — screenshots (with optional annotation for vision models) and PDF export
Sessions — create isolated browser sessions with independent cookies/storage/viewport
Cookies — get, set, clear
JavaScript — evaluate arbitrary JS in the page context
DevTools — read console logs, inspect network requests, connect via CDP
Each tool is self-documented with parameter schemas — your MCP client will discover them automatically.
How it works
A typical AI-driven interaction follows this pattern:
browser_navigate— open a pagebrowser_snapshot— get the accessibility tree to understand the page structurebrowser_click/browser_fill— interact using@refselectors from the snapshotbrowser_screenshot— visually verify the result
The agent decides which tools to call and in what order. You just describe what you want done.
Sessions
All tools accept an optional session_id. Create isolated sessions with browser_new_session and pass the returned ID to subsequent calls. Each session has its own cookies, storage, and viewport. Without a session ID, commands use the default session.
Timeouts
Commands time out after 60 seconds by default. The browser_wait tool adjusts its timeout automatically based on the wait duration you specify.
Limitations
Requires the Rust toolchain to build, and Node.js for the
agent-browserdaemonChromium only —
agent-browseruses Playwright under the hoodHeadless by default — no visible browser window
The 60-second default timeout may not be enough for slow pages or complex interactions
No built-in authentication persistence — cookies reset between server restarts unless managed via the cookie tools
File upload/download paths are validated but restricted from system directories
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables LLM applications to control web browsers via Browserbase, supporting features like web navigation, screenshots, cookie management, and persistent contexts.Last updated175,082Apache 2.0

agentify-desktopofficial
Alicense-qualityCmaintenanceMCP server that enables AI tools to control local browser sessions for ChatGPT, Claude, and other AI services, supporting querying, navigation, file uploads, and artifact management.Last updated86491Mozilla Public 2.0- Alicense-qualityCmaintenanceAn MCP server that provides browser automation capabilities, enabling LLMs to control a web browser for navigation, interaction, and data extraction.Last updated15411MIT
- Alicense-qualityDmaintenanceMCP server for controlling a local camofox-browser instance, enabling LLM agents to perform web automation tasks such as navigation, interaction, snapshotting, and content extraction.Last updated417MIT
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
MCP server exposing the Backtest360 engine API as tools for AI agents.
A paid remote MCP for AI agent browser MCP session, built to return verdicts, receipts, usage logs,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/codeChap/mcp-server-agent-browser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server