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
local-only server
The server can only run on the client's local machine because it depends on local resources.
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.
Related MCP Servers
- -securityAlicense-qualityMCP server for toolhouse.ai. This does not rely on an external llm unlike the official server.Last updated -1PythonMIT License
- -securityAlicense-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -32PythonApache 2.0
- -securityAlicense-qualityAn MCP server that helps novice developers deploy web applications through conversational interfaces, bridging the gap between LLMs and various hosting environments.Last updated -1PythonMIT License
- -securityAlicense-qualityAn MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.Last updated -387PythonMIT License