Back to Apps

Rust AI Browser Automation
by maulanasdqn
Convert natural language into browser automation using AI Vision and live process logs.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server enables AI assistants to interact with web browsers using a combination of DOM manipulation and AI Vision. It allows the AI to 'see' web pages like a human, making automation robust against HTML structure changes.
Tools
execute_workflow: Converts natural language descriptions into a sequence of browser actions.vision_analyze: Analyzes screenshots to find elements visually based on natural descriptions.hybrid_navigate: Smart navigation that attempts DOM selection with a fallback to AI Vision.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"rust-ai-browser-automation": {
"command": "cargo",
"args": ["run", "--bin", "automation-ui"],
"env": {
"OPENROUTER_API_KEY": "your-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo run --bin automation-uiInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to mcpServers in claude_desktop_config.json using cargo run --bin automation-ui





