browser-use MCP Server
by williamvd4
Verified
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
➡️ browser-use mcp server
browser-use MCP Server with SSE transport
requirements
- uv
Copy
quickstart
Copy
- the .env requires the following:
Copy
- we will be adding support for other LLM providers to power browser-use (claude, grok, bedrock, etc)
when building the dockerfile you can add in your own VNC server password:
Copy
tools
- SSE transport
- browser_use - Initiates browser tasks with URL and action
- browser_get_result - Retrieves results of async browser tasks
supported clients
- cursor.ai
- claude desktop
- claude code
- windsurf (windsurf doesn't support SSE yet)
usage
after running the server, add http://localhost:8000/sse to your client UI, or in a mcp.json file:
Copy
cursor
./.cursor/mcp.json
windsurf
~/.codeium/windsurf/mcp_config.json
claude
~/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
help
for issues or interest reach out @ https://cobrowser.xyz
stars
This server cannot be installed
MCP server enabling LLMs to perform browser tasks via SSE transport, allowing clients like Cursor.ai and Claude to open websites and interact with web content through natural language commands.