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
- Host: GitHub
- URL: https://github.com/browsermcp/mcp
- Owner: BrowserMCP
- License: apache-2.0
- Created: 2025-03-28T02:01:22.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2025-04-07T18:25:09.000Z (9 days ago)
- Last Synced: 2025-04-13T20:56:08.307Z (3 days 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
Awesome Lists containing this project
- awesome-mcp-servers - Browser MCP - Automate your local browser (Community Servers)
README
# Browser MCP
MCP server for Browser MCP.
- Website: https://browsermcp.io
- Docs: https://docs.browsermcp.ioThis 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.