Browser-Use MCP

A powerful server that enables AI agents to control web browsers with advanced automation.

Categories
Specialized Tools
Self-Hosted
Python
Our Take

This project offers a robust solution for browser automation, similar to Playwright MCP but with a different set of underlying tools. It features VNC streaming, allowing you to watch the automation in real-time, which is excellent for debugging. A great choice for developers building complex web automation agents.

Quick Start
// 1. Install prerequisites (uv, mcp-proxy) and dependencies.
    // 2. Configure your .env with an OpenAI API key.
    // 3. Run the server in SSE mode for remote access:
    uv run server --port 8000

Related Tools