by ndthanhdev
Enables AI assistants to control and query local web browsers through an MCP server paired with a companion browser extension.
MCP Browser Kit provides an MCP server and corresponding browser extensions that let AI assistants interact with local browsers, performing actions such as clicking, navigating, or gathering information directly from the user's desktop environment.
{
"mcpServers": {
"browser-kit": {
"command": "npx",
"args": ["@mcp-browser-kit/server@latest"]
}
}
}
browser-kit server, e.g., Use browser-kit, star the last open GitHub repo on my browser.npx.Which browsers support the M2 build?
What is the difference between M2 and M3 builds?
How can I secure the server?
What ports does the server use?
Is there a cloud‑hosted option?
🚀 On the
mainbranch? You're viewing the bleeding-edge dev docs! For other versions, check out therelease/*branches.
An MCP Server that enables AI assistants to interact with your local browsers.
https://github.com/user-attachments/assets/1fbf87fd-06d1-42bf-a06f-cc2bbdf375a8
Add MCP Browser Kit to your MCP Client:
{
"mcpServers": {
"browser-kit": {
"command": "npx",
"args": ["@mcp-browser-kit/server@latest"]
}
}
}
Choose the right extension build for your browser:
Download the latest compatible build from The Latest Release.
Load the extension into a compatible browser and enable it.
Refresh open tabs to ensure extension scripts are loaded.
Start messaging on your MCP Client:
Use browser-kit, star the last open GitHub repo on my browser
Optional, check User Notes for more information.
The M2 build supports more functionalities than the M3 build. Extension file name patterns:
- M2 build:
- Chromium:
mcp_browser_kit_m2-<version>.zip(e.g.,mcp_browser_kit_m2-5.0.0.zip)- Firefox:
mcp_browser_kit_m2-<version>.xpi(e.g.,mcp_browser_kit_m2-5.0.0.xpi)- M3 build:
mcp_browser_kit_m3-<version>.zip(e.g.,mcp_browser_kit_m3-5.0.0.zip)
| Browser | M2 build | M3 build |
|---|---|---|
| Chrome | ❌ | ✅ |
| Brave | ✅ | ✅ |
| Edge | ✅ | ✅ |
| Firefox | ✅ | ❌ |
| Safari | ✅ | ❌ |
.zip fileDeveloper modeLoad unpackedInstall Add-on From File.xpi file.zip fileDevelop > Show Extension Builder+ and select Add ExtensionInstall to install the extensionNote 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.
Security: BrowserKit currently lacks authentication for incoming requests. Keep ports 59089 and 2769-2799 on your device network only.
A hosted deployment is available on Fronteir AI.
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
{
"mcpServers": {
"browser-kit": {
"command": "npx",
"args": [
"@mcp-browser-kit/server@latest"
],
"env": {}
}
}
}claude mcp add browser-kit npx @mcp-browser-kit/server@latest