Browse from MCP clients with Browser Use MCP Server 是做什麼的?
Expose browser-use web automation through an MCP server so Cursor or another MCP client can operate websites with browser state returned to the agent.
Prerequisites
Python, uv, Playwright, mcp-proxy, MCP-compatible client such as Cursor
Installation
Use the upstream install or setup path that matches your environment:
- uv tool install mcp-proxy
- uv tool update-shell
- uv sync
- uv pip install playwright
Requirements and caveats from upstream:
- uv - Fast Python package manager
- Using Docker provides a consistent and isolated environment for running the server.
Basic usage or getting-started notes:
-
Playwright - Browser automation
-
mcp-proxy - Required for stdio mode
-
Create a .env file:
-
Source: https://github.com/kontext-security/browser-use-mcp-server
-
Extracted from upstream docs: https://raw.githubusercontent.com/kontext-security/browser-use-mcp-server/HEAD/README.md