A high-performance browser automation tool and MCP server written in Rust, featuring headless Chrome control and DOM manipulation.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add danstrem2/clawdbot-skill-master-pack --skill fast-browser-use --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fast Browser Use?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/danstrem2-fast-browser-use)More formats (shields.io, HTML) on the badges page.
---
name: Fast Browser Use
description: A high-performance browser automation tool and MCP server written in Rust, featuring headless Chrome control and DOM manipulation.
version: 0.1.0
tags: [browser, automation, rust, mcp, devtools]
dependencies:
- rust>=1.70
---
# Fast Browser Use
A lightweight, high-performance Rust library for browser automation via Chrome DevTools Protocol (CDP). The fastest there is.
## Features
- **Zero Node.js dependency**: Pure Rust implementation directly controlling browsers.
- **MCP Integration**: Built-in Model Context Protocol server for AI-driven automation.
- **DOM Extraction**: Extract DOM with indexed interactive elements.
- **Headless & Visible Modes**: Support for both headless and visible browser automation.
## Usage
This skill provides a set of tools for browser automation that can be integrated into AI agents via the Model Context Protocol (MCP).
### Quick Start
To run the MCP server:
```bash
# Headless mode
cargo run --bin mcp-server
# Visible browser
cargo run --bin mcp-server -- --headed
```
### Core Capabilities
- **Navigate**: Go to specific URLs.
- **Click**: Interact with elements using selectors or indices.
- **Input**: Type text into input fields.
- **Screenshot**: Capture page screenshots.
- **Extract**: Get structured content from the page.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!