Back to MCP Servers
Browser Use
browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.
browser-automationdockerbrowser
By co-browser
Installation
npx -y browser-use-mcp-serverConfiguration
{
"mcpServers": {
"browser-use-mcp-server": {
"command": "npx",
"args": ["-y", "browser-use-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes