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: 7 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T18:25:09.000Z (7 months ago)
- Last Synced: 2025-04-13T20:56:19.218Z (7 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
- best-of-mcp-servers - GitHub - 72% open · ⏱️ 24.04.2025) (Browser Automation)
- awesome-rainmana - 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)
- awesome - BrowserMCP/mcp - Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser (TypeScript)
- StarryDivineSky - BrowserMCP/mcp
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.