➡️ browser-use mcp server
browser-use MCP Server with SSE transport
requirements
- uv
curl -LsSf https://astral.sh/uv/install.sh | sh
quickstart
uv sync
uv pip install playwright
uv run playwright install --with-deps --no-shell chromium
uv run server --port 8000
- the .env requires the following:
OPENAI_API_KEY=[your api key]
CHROME_PATH=[only change this if you have a custom chrome build]
- 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:
docker build --build-arg VNC_PASSWORD=klaatubaradanikto .
tools
- [x] SSE transport
- [x] browser_use - Initiates browser tasks with URL and action
- [x] 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:
{
"mcpServers": {
"browser-use-mcp-server": {
"url": "http://localhost:8000/sse"
}
}
}
cursor
./.cursor/mcp.json
windsurf
~/.codeium/windsurf/mcp_config.json
claude
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%Claudeclaude_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
browser-use MCP Server
Project Details
- williamvd4/browser-use-mcp-server
- Last Updated: 3/14/2025
Categories
Recomended MCP Servers
MCP Server for Adobe After Effects. Enables remote control (compositions, text, shapes, solids, properties) via the Model Context...
mcp server sopos open-api
An MCP Server for Bitcoin SV
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android...
A MCP Server used to collect MCP Servers over the internet.
A Model Context Protocol server for interacting with Babashka, a native Clojure interpreter for scripting
An MCP server capable of interacting with the Box API
MCP Server to interact with Monday.com boards and items





