browser-use-mcp-server
An MCP server that enables AI agents to control web browsers.
This server allows AI agents to interact with web browsers using the browser-use library, facilitating automated browsing experiences. It is designed to work seamlessly with various MCP configurations, providing a robust solution for developers looking to integrate AI capabilities into their web applications. With support for multiple modes of operation, including SSE and stdio, it offers flexibility in deployment and usage.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"browser-use-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser-use-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions