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: 12 months ago
JSON representation
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
- Host: GitHub
- URL: https://github.com/BrowserMCP/mcp
- Owner: BrowserMCP
- License: apache-2.0
- Created: 2025-03-28T02:01:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T18:25:09.000Z (12 months ago)
- Last Synced: 2025-04-13T20:56:19.218Z (12 months ago)
- Topics: browser-automation, browser-extension, claude, cursor, mcp, mcp-server
- Language: TypeScript
- Homepage: https://browsermcp.io
- Size: 11.7 KB
- Stars: 867
- Watchers: 4
- Forks: 45
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp - BrowserMCP/mcp
- awesome-mcp-servers - BrowserMCP - An MCP server that automates a local Chrome browser, allowing LLMs to control and script browser behavior on the user’s machine. ([Read more](/details/browsermcp.md)) `browser-automation` `web-scraping` `automation` (Code Execution & Automation Mcp Servers)
- awesome - BrowserMCP/mcp - Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser (TypeScript)
- metorial-index - Browser Automation - Automate web interactions by leveraging existing browser profiles to maintain logged-in sessions and navigate through web pages without managing separate instances of the browser. This server facilitates local automation, ensuring that browser activity remains private and efficient. (Browser Automation)
- StarryDivineSky - BrowserMCP/mcp
- awesome-mcp - BrowserMCP/mcp - Browser MCP is an MCP server and Chrome extension that enables AI applications to automate and control your browser locally using your existing browser profile for privacy, speed, and stealth. (MCP Servers / Browser Automation)
- awesome-claude-code - BrowserMCP/mcp - square&logo=github) | Direct browser control MCP | (MCP Ecosystem / Servers)
- awesome-rainmana - BrowserMCP/mcp - Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser (TypeScript)
- best-of-mcp-servers - GitHub - 74% open · ⏱️ 24.04.2025) (Browser Automation)
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.