Browser-Use MCP Server
by Saik0s
browser-use MCP server
MCP server for browser-use
Components
Resources
The server implements a browser automation system with:
- Integration with browser-use library
- Custom browser automation capabilities
- Agent-based interaction system
Requirements
- Python 3.11 or higher
- Dependencies listed in pyproject.toml including:
- browser-use==0.1.19
- OpenAI API access
Quickstart
Install
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Copy
"mcpServers": {
"mcp_server_browser_use": {
"command": "uv",
"args": [
"--directory",
"/path/to/project",
"run",
"mcp-server-browser-use",
]
}
}
Development
Sync dependencies and update lockfile:
Copy
uv sync
Debugging
For debugging, use the MCP Inspector:
Copy
npx @modelcontextprotocol/inspector uv --directory /path/to/project run fastmcp run /path/to/project/src/mcp_server_browser_use/server.py
The Inspector will display a URL for the debugging interface.
Facilitates browser automation with custom capabilities and agent-based interactions, integrated through the browser-use library.