Archestra Apps HackathonSee what people are building
Back to Catalog

mcp

browsermcp/mcp
๐Ÿ”— Latest commit:9db12f2
TypeScript
Browser Automation

Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

GitHub Metrics
Repository statistics and activity
โญ GitHub Stars:4125
๐Ÿ‘ฅ Contributors:1
๐Ÿ“‹ Total Issues:0
๐Ÿ“ฆ Has Releases:No
๐Ÿ”ง Has CI/CD Pipeline:No
Configuration Needed
Help improve this catalog by contributing configuration information

We don't have configuration information for this MCP server yet.

Suggest Configuration
README.md
Browser MCP banner

Browser MCP

Automate your browser with AI.
Website โ€ข Docs

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 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.