1
0
mirror of https://github.com/BrowserMCP/mcp.git synced 2025-05-04 16:21:43 +03:00

chore: update readme

This commit is contained in:
Namu
2025-04-25 05:26:53 +08:00
parent 3e6824de6f
commit 31baf72b83
2 changed files with 25 additions and 5 deletions

BIN
.github/images/banner.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

View File

@@ -1,12 +1,32 @@
# Browser MCP
<a href="https://browsermcp.io">
<img src="./.github/images/banner.png" alt="Browser MCP banner">
</a>
MCP server for Browser MCP.
<h3 align="center">Browser MCP</h3>
- Website: https://browsermcp.io
- Docs: https://docs.browsermcp.io
<p align="center">
Automate your browser with AI.
<br />
<a href="https://browsermcp.io"><strong>Website</strong></a>
<a href="https://docs.browsermcp.io"><strong>Docs</strong></a>
</p>
## 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
## 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.