Browser Use is a Model Context Protocol (MCP) server: Control a real Chrome browser to complete any task: fill forms, extract data, book flights. Because it speaks the Model Context Protocol, AI assistants can use Browser Use as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Python package browser-use (via uvx) speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v0.13.5, published under the MIT license, with source at browser-use/browser-use on GitHub, where it has earned 111.8k stars.
On mcp.site, Browser Use sits in the AI & Agents category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Browser Use for browser-use.com, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — browser-use · MCP over stdio
▸Open source — MIT license · browser-use/browser-use