An open API service indexing awesome lists of open source software.

https://github.com/browsermcp/mcp

Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
https://github.com/browsermcp/mcp

browser-automation browser-extension claude cursor mcp mcp-server

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Browser MCP

MCP server for Browser MCP.

- Website: https://browsermcp.io
- Docs: https://docs.browsermcp.io

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.