Professional, modular browser automation agent MCP server powered by Playwright with stealth and high-fidelity observation capabilities.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"browser-agent": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/Browser-Agent"
]
}
}
}
Run in terminal:
claude mcp add browser-agent npx -y 1999AZZAR/Browser-Agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"browser-agent": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/Browser-Agent"
]
}
}
}