ndthanhdev/mcp-browser-kit
Free用于与 manifest v2 兼容浏览器交互的 MCP 服务器。
About ndthanhdev/mcp-browser-kit
MCP Browser Kit is an open-source MCP (Model Context Protocol) server that enables AI assistants to interact with local browsers. It allows AI to perform browser actions such as navigating to pages, clicking elements, filling forms, and extracting information. The server supports stdio and HTTP transports, and requires a browser extension that is available for Chromium-based browsers (Chrome, Brave, Edge), Firefox, and Safari. Two extension builds are provided: M2 (Manifest v2, more features) and M3 (Manifest v3, fewer features). The tool is in alpha stage, and users are advised to use a separate browser profile to avoid exposing sensitive data. Installation is straightforward via npx, and configuration can be done in any MCP client.
Key Features
Pros & Cons
- Open source and free with no usage limits
- Supports multiple major browsers: Chrome, Brave, Edge, Firefox, Safari
- Simple setup using npx, no manual configuration needed for basic use
- Flexible transport options (stdio and HTTP) for different MCP clients
- Active development with frequent updates (169 commits on main branch)
- Alpha stage software with potential instability and security risks
- HTTP transport has no authentication, exposing browsers to network if not restricted to loopback
- M3 build offers less functionality than M2, limiting features on Chrome and some browsers
- Requires manual extension installation and browser profile handling
- No built-in security measures for sensitive data exposure during AI interactions