Skip to main content
Browser AutomationRust

BB-fat/browser-use-rs

πŸ¦€ Lightweight browser automation MCP server in Rust with zero dependencies.

browser-automation
Share:

Quick Start

Clone the repository:

git clone https://github.com/BB-fat/browser-use-rs

Claude Desktop configuration example:

{
  "mcpServers": {
    "browser-use-rs": {
      "command": "npx",
      "args": [
        "-y",
        "BB-fat/browser-use-rs"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
Rust
Author
BB-fat