Agent Browser
Freeby MCP Community
MCP server integrating with Vercel's agent-browser for AI-driven browser automation
v0.1.3Added Apr 12, 2026
mcpmodel-context-protocolagent-browserbrowser-automationai-agent
Agent Browser MCP Server
MCP server integrating with Vercel's agent-browser for AI-driven browser automation
Installation
Reviews
Installation
Quick install
npx -y agent-browser-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-browser": {
"command": "npx",
"args": ["-y", "agent-browser-mcp"]
}
}
}