Browser automation for AI agents: one compact page view, then only what changed, and batched guarded actions. Usually 2 to 3 calls per task instead of a dozen, with far less context. For MCP clients like Claude Desktop. Runs locally; free tier, no card.
Server Config
{
"mcpServers": {
"reflex": {
"command": "npx",
"args": [
"-y",
"reflex-browser",
"mcp"
]
}
}
}