browser-automation

Browser

by browsermcp

Supercharge browser tasks with Browser MCP—AI-driven, local browser automation for powerful, private testing. Inspired b

Supercharge your browser tasks with AI-driven, local automation from Browser MCP. This project lets you control your own browser using leading AI tools, boosting speed and privacy by keeping all activity on your device. Enjoy seamless use of your current browser profile, remain logged into your services, and minimize bot detection thanks to a stealthy approach that mimics real user actions. Browser MCP is inspired by Playwright MCP and is designed for powerful, private, and efficient browser automation right on your machine.

github stars

6.0K

Uses your existing browser profileAvoids bot detection and CAPTCHAsLocal automation for better privacy

best for

  • / Automating repetitive web tasks and form filling
  • / Web scraping while staying logged into services
  • / Testing web applications with real user sessions
  • / AI-assisted browsing and data collection

capabilities

  • / Navigate to web pages and browse back/forward
  • / Click buttons and links on web pages
  • / Type text into forms and input fields
  • / Select dropdown options and press keyboard keys
  • / Take accessibility snapshots to identify page elements
  • / Hover over elements and wait for page changes

what it does

Controls your existing browser with AI tools, allowing you to automate web tasks while staying logged into your accounts and avoiding bot detection.

about

Browser is an official MCP server published by browsermcp that provides AI assistants with tools and capabilities via the Model Context Protocol. Supercharge browser tasks with Browser MCP—AI-driven, local browser automation for powerful, private testing. Inspired b It is categorized under browser automation. This server exposes 12 tools that AI clients can invoke during conversations and coding sessions.

how to install

You can install Browser in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

license

Apache-2.0

Browser is released under the Apache-2.0 license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

Browser MCP banner

Browser MCP

Automate your browser with AI.
WebsiteDocs

## About Browser MCP is an MCP server + Chrome extension that allows you to automate your browser using AI applications like VS Code, Claude, Cursor, and Windsurf. ## Features - ⚡ Fast: Automation happens locally on your machine, resulting in better performance without network latency. - 🔒 Private: Since automation happens locally, your browser activity stays on your device and isn't sent to remote servers. - 👤 Logged In: Uses your existing browser profile, keeping you logged into all your services. - 🥷🏼 Stealth: Avoids basic bot detection and CAPTCHAs by using your real browser fingerprint. ## Contributing This repo contains all the core MCP code for Browser MCP, but currently cannot yet be built on its own due to dependencies on utils and types from the monorepo where it's developed. ## Credits Browser MCP was adapted from the [Playwright MCP server](https://github.com/microsoft/playwright-mcp) in order to automate the user's browser rather than creating new browser instances. This allows using the user's existing browser profile to use logged-in sessions and avoid bot detection mechanisms that commonly block automated browser use.