Best for
- Users who want AI agents to perform one-off browser tasks (e.g., via Claude Code, Cursor, etc.)
- Developers building software that automates the web using the Python library for repeatable, scalable tasks
Browser Use is an open-source Python library and MCP server that enables AI agents to control a real Chrome browser just like a human: open pages, click buttons, type, fill forms, and extract data. You describe the task, and the agent completes it. It supports various LLM providers and optionally integrates with Browser Use Cloud for large-scale, stealthy execution.
Install with pip: pip install browser-use, then launch the MCP server via uvx: uvx browser-use --cli-mcp. Alternatively, follow the quickstart prompt in the README to let your agent auto-install and register the skill.