browser-use-mcp-server
@co-browser
About browser-use-mcp-server
Browse the web, directly from Cursor etc.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"browser-use-mcp-server": {
"command": "uv",
"args": [
"tool",
"install",
"mcp-proxy"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is browser-use-mcp-server?
An MCP server that enables AI agents to control web browsers using the browser-use library. It is designed for developers building AI-powered browser automation workflows.
How to use browser-use-mcp-server?
Install prerequisites (uv, Playwright, mcp-proxy), set environment variables in a .env file (OPENAI_API_KEY, CHROME_PATH, PATIENT), then run the server in either SSE mode (uv run server --port 8000) or stdio mode after building and installing the package. Configure your MCP client (Cursor, Windsurf, Claude) with the appropriate JSON configuration.
Key features of browser-use-mcp-server
- Control browsers through AI agents
- Support for both SSE and stdio transport protocols
- Real-time VNC streaming of browser automation
- Execute browser operations asynchronously
- Docker support for consistent isolated environment
Use cases of browser-use-mcp-server
- Ask an AI to navigate a website and retrieve information, such as "open https://news.ycombinator.com and return the top ranked article"
- Automate multi-step web tasks like form filling or data extraction
- Watch browser automation in real-time via VNC streaming
- Run browser agents in a Docker container for reproducibility
FAQ from browser-use-mcp-server
What are the prerequisites for browser-use-mcp-server?
You need uv (Python package manager), Playwright (browser automation), and mcp-proxy (for stdio mode). Install them with `curl -LsSf https://astral.sh/uv/install
More Browser Automation MCP servers
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
Playwright MCP Server 🎭
executeautomationPlaywright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
Browser Control MCP
eyalzhMCP server paired with a browser extension that enables AI agents to control the user's browser.
Comments