
Browser-Use RS
by bb-fat
High-performance Rust library for browser automation via CDP with built-in MCP server for AI-driven web interaction.
What it does
Browser-Use RS provides a lightweight, high-performance bridge between AI agents and the web. By leveraging the Chrome DevTools Protocol (CDP), it allows LLMs to navigate the web, interact with elements, and extract content without the overhead of Node.js.
Tools
navigate: Moves the browser to a specific URL.click: Interacts with elements using CSS selectors or numeric indices.input: Types text into form fields and input elements.screenshot: Captures the current page state for visual analysis.extract_dom: Returns a simplified, indexed representation of the DOM for AI processing.evaluate: Runs custom JavaScript within the browser context.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"browser-use-rs": {
"command": "cargo",
"args": ["run", "--bin", "mcp-server"]
}
}
}
Supported hosts
Only clients confirmed in README: Claude Desktop.
Quick install
cargo run --bin mcp-serverInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






