An MCP Server that enables AI assistants to interact with your local browsers. 1. Add MCP Browser Kit to your MCP Client: 2. Choose the right extension build for your browser: - Check the Compatibility table below to see which build (M2 or M3) is compatible with your browser - Note that M2 builds offer more functionality than M3 builds, so prefer M2 if your browser supports both 3. Download the la
Add this skill
npx mdskills install ndthanhdev/mcp-browser-kitEnables AI agents to control local browsers with clear setup steps but lacks tool documentation
1# MCP Browser Kit23[](https://www.npmjs.com/package/@mcp-browser-kit/server)4[](https://github.com/ndthanhdev/mcp-browser-kit/actions/workflows/ci.yml)5[](https://biomejs.dev)6[](https://archestra.ai/mcp-catalog/ndthanhdev__mcp-browser-kit)78> 🚀 **On the `main` branch?** You're viewing the bleeding-edge dev docs! For other versions, check out the `release/*` branches.910An MCP Server that enables AI assistants to interact with your local browsers.1112https://github.com/user-attachments/assets/1fbf87fd-06d1-42bf-a06f-cc2bbdf375a81314## Usage15161. Add MCP Browser Kit to your MCP Client:1718 ```json19 {20 "mcpServers": {21 "browser-kit": {22 "command": "npx",23 "args": ["@mcp-browser-kit/server@latest"]24 }25 }26 }27 ```28292. Choose the right extension build for your browser:3031 - Check the [Compatibility table](#compatibility-table) below to see which build (M2 or M3) is compatible with your browser32 - Note that M2 builds offer more functionality than M3 builds, so prefer M2 if your browser supports both33343. Download the latest compatible build from [The Latest Release](https://github.com/ndthanhdev/mcp-browser-kit/releases/latest).35364. [Load the extension](#load-extension) into a compatible browser and enable it.37385. Refresh open tabs to ensure extension scripts are loaded.39406. Start messaging on your MCP Client:4142 ```43 Use browser-kit, star the last open GitHub repo on my browser44 ```45467. Optional, check [User Notes](#user-notes) for more information.4748## Compatibility table4950> The M2 build supports more functionalities than the M3 build.51> Extension file name patterns:52> - M2 build:53> - Chromium: `mcp_browser_kit_m2-<version>.zip` (e.g., `mcp_browser_kit_m2-5.0.0.zip`)54> - Firefox: `mcp_browser_kit_m2-<version>.xpi` (e.g., `mcp_browser_kit_m2-5.0.0.xpi`)55> - M3 build: `mcp_browser_kit_m3-<version>.zip` (e.g., `mcp_browser_kit_m3-5.0.0.zip`)5657| Browser | M2 build | M3 build |58| ------- | -------- | -------- |59| Chrome | ❌ | ✅ |60| Brave | ✅ | ✅ |61| Edge | ✅ | ✅ |62| Firefox | ✅ | ❌ |63| Safari | ✅ | ❌ |6465## Load Extension6667- Chromium-based browsers (Chrome, Brave, Edge)68 1. Unzip the downloaded `.zip` file69 2. Open [chrome://extensions/](chrome://extensions/)70 3. Enable `Developer mode`71 4. Click `Load unpacked`72 5. Select the unpacked extension folder73- Firefox74 1. Open [about:addons](about:addons)75 2. Click the gear icon and select `Install Add-on From File`76 3. Select the downloaded `.xpi` file77- Safari78 1. Unzip the downloaded `.zip` file79 2. Open `Develop > Show Extension Builder`80 3. Click `+` and select `Add Extension`81 4. Select the unpacked extension folder82 5. Click `Install` to install the extension8384# User Notes8586> **Note for Alpha stage**: Consider using a separate browser profile or dedicated browser instance with this MCP to prevent sensitive data from being unintentionally exposed to AI model providers.8788> **Security**: BrowserKit currently lacks authentication for incoming requests. Keep ports 59089 and 2769-2799 on your device network only.89
Full transparency — inspect the skill content before installing.