---
title: "automate-browser"
description: "Drive your real, logged-in browser from your agent, 46 tools plus the automate-browser skill covering tab ownership, page interaction, extraction, sessions, capture and troubleshooting."
canonical: https://agentpluginsdirectory.com/plugins/automate-browser
last-updated: 2026-09-25
---

# automate-browser
Drive your real, logged-in browser from your agent, 46 tools plus the automate-browser skill covering tab ownership, page interaction, extraction, sessions, capture and troubleshooting.
- Slug: automate-browser
- Publisher: AutomateBrowser
- Repository: https://github.com/farazpawle/automatebrowser
- Manifest: plugin.json
- Version: 1.0.1
- License: Apache-2.0
- Category (editorial): other
- Skills: 1 (automate-browser)
- MCP servers: 1 (automatebrowser)
- Stars: 0
- Repository created: 2026-09-21
- Repository last pushed: 2026-09-21
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/automate-browser
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What automate-browser does, in the publisher's words

AutomateBrowser

Automate your real browser with AI: debugger-free, logged-in, and shareable across IDEs. Website

AutomateBrowser is an MCP server paired with a Chrome/Edge browser extension. Instead of launching a fresh, sterile browser instance like most automation tools, it drives your actual browser tab, with your logins, cookies, sessions, and fingerprint intact, from AI clients such as Claude Code, Claude Desktop, Cursor, VS Code, and Windsurf.

- MCP server (@automatebrowser/mcp): a stdio server that exposes 46 browser tools to your AI client.
- Browser extension (Chrome-extension/, v1.0.0): a Manifest V3 extension that connects to the server over a local WebSocket and runs the automation inside your tab.
- Terminal CLI (automate-browser): the same tools from a shell, sharing the browser with whatever IDEs are connected. See Terminal CLI.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/farazpawle/automatebrowser/HEAD/README.md

## Skills

- automate-browser: Drive the user's real, logged-in browser with AutomateBrowser, tab ownership, clicking and filling, extraction, sessions, screenshots and diagnostics, across all 46 tools. Read lines 11-24 of SKILL.md first to confirm scope.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- automatebrowser: transport: stdio; command: npx -y --prefix ${PLUGIN_DATA} --package @automatebrowser/mcp@1.0.1 mcp-server-automatebrowser

Read from the plugin's own mcp.json. Environment variable names only, never values.
