Browser MCP logo

Browser MCP

by autobrowser-ai

Browser MCP is a server adapted from Playwright MCP to automate the user's existing browser. It leverages the user's logged-in sessions and avoids bot detection by using the user's existing browser profile.

View on GitHub

Last updated: N/A

What is Browser MCP?

Browser MCP is a server designed to automate a user's existing browser, rather than creating new browser instances.

How to use Browser MCP?

The README mentions that the core MCP code cannot be built on its own due to dependencies. Refer to the documentation at https://docs.browsermcp.io for usage instructions.

Key features of Browser MCP

  • Automates existing browser sessions

  • Avoids bot detection mechanisms

  • Uses existing browser profile

  • Adapted from Playwright MCP

Use cases of Browser MCP

  • Automated web scraping with existing logins

  • Automated form filling with existing data

  • Automated testing within a user's browser environment

  • Bypassing bot detection for automation tasks

FAQ from Browser MCP

What is Browser MCP?

Browser MCP is a server that automates a user's existing browser.

How does Browser MCP avoid bot detection?

It uses the user's existing browser profile and logged-in sessions.

Is Browser MCP based on another project?

Yes, it was adapted from the Playwright MCP server.

Where can I find the documentation?

The documentation is available at https://docs.browsermcp.io

Can I build this repo directly?

Currently, the core MCP code cannot be built on its own due to dependencies.