browser-use MCP Server with SSE transport
- uv
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync
uv pip install playwright
uv run playwright install --with-deps --no-shell chromium
uv run server --transport sse --port 8000
- cursor.ai
- claude desktop
- claude code
windsurf(windsurf doesn't support SSE yet)
after running the server, add http://localhost:8000/sse to your client UI, or in a mcp.json file:
{
"mcpServers": {
"browser-use-mcp-server": {
"url": "http://localhost:8000/sse"
}
}
}
./.cursor/mcp.json
~/.codeium/windsurf/mcp_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
then try asking your LLM the following:
open https://news.ycombinator.com and return the top ranked article
for issues or interest reach out @ https://cobrowser.xyz