# MCP Browser Kit M2

> Allow MCP Browser Kit to interact with the browser.

Canonical page: [https://chrome-stats.com/d/mcp-browserkit-m2](https://chrome-stats.com/d/mcp-browserkit-m2)

## Overview

- **ID:** `mcp-browserkit-m2`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** mcp-browser-kit
- **Category:** other
- **Daily users:** 7
- **Weekly downloads:** 2
- **Version:** 10.1.4
- **Last updated:** 2026-09-02
- **First published:** 2025-11-14
- **Size:** 788 KB
- **Data as of:** 2026-09-12
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/mcp-browserkit-m2/)

## Description

<strong>MCP Browser Kit</strong> is a high-performance browser extension and Model Context Protocol (MCP) server bridge designed to empower AI assistants, coding agents, and LLMs to seamlessly interact with your local web browser.

Built on open standards, MCP Browser Kit bridges the gap between your local AI development environment (such as Claude Desktop, Antigravity, or custom MCP clients) and your live Firefox browser sessions.

<ul><li><strong>Readable Page Extraction</strong>: Converts raw HTML DOM into structured, clean readable text suited for LLM context windows.</li><li><strong>Interactive Element Inspection</strong>: Automatically indexes buttons, form inputs, links, and clickable controls with unique selectors.</li><li><strong>Tab &amp; Window Context Awareness</strong>: Allows AI agents to list active tabs, inspect tab titles/URLs, and switch between browser contexts dynamically.</li></ul>
<ul><li><strong>Element Interaction</strong>: Supports element clicking, coordinate targeting, scrolling, and keyboard input.</li><li><strong>Smart Form Auto-Fill</strong>: Intelligently fills textboxes, textareas, checkboxes, dropdowns, and rich content-editable fields.</li><li><strong>JavaScript Execution</strong>: Safely invokes custom script routines in page contexts for advanced browser workflows.</li><li><strong>Media &amp; Visual Snapshots</strong>: Enables agents to capture visual tab snapshots for multimodal reasoning.</li></ul>

Security and user privacy are foundational principles of MCP Browser Kit:
- <strong>100% Local Communication</strong>: All communication takes place strictly over your local loopback interface (<code>127.0.0.1</code>).
- <strong>No Third-Party Analytics</strong>: No telemetry, browsing history, or personal data is ever collected or dispatched to remote cloud servers.
- <strong>User-In-The-Loop Control</strong>: Browser actions are triggered only when explicitly requested by your local AI assistant during active sessions.

<ol><li><strong>Install the Extension</strong>: Keep this Firefox extension enabled in your browser.</li><li><strong>Start the MCP Server</strong>: Run the lightweight companion server in your terminal:
   <code>bash
   npx @mcp-browser-kit/server@latest</code></li><li><strong>Configure Your AI Assistant</strong>: Add the MCP server entry to your client configuration (e.g. <code>mcpServers</code> in Claude Desktop or Antigravity):
   <code>json
   {
     "mcpServers": {
       "browser-kit": {
         "command": "npx",
         "args": ["@mcp-browser-kit/server@latest"]
       }
     }
   }</code></li><li><strong>Start Automating</strong>: Ask your AI assistant to read pages, automate tasks, or fill forms directly in Firefox!</li></ol>

MCP Browser Kit is fully open-source under the MIT License.
- <strong>GitHub Repository</strong>: <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/08970833248a18e4f1174f6942a736ef72f93cb16b5bc04f3db8ee1b90aa14df/https%3A//github.com/ndthanhdev/mcp-browser-kit" rel="nofollow">https://github.com/ndthanhdev/mcp-browser-kit</a>
- <strong>Issue Tracker &amp; Support</strong>: <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/5baaf9688822968ef207bd645d9fc68ffe100b8e9070c20e946302c5fc6f5cd3/https%3A//github.com/ndthanhdev/mcp-browser-kit/issues" rel="nofollow">https://github.com/ndthanhdev/mcp-browser-kit/issues</a>

## Rankings

- #39,308 — Overall
- #240 — browser

## Permissions and access

### Permissions

- `tabs`
- `activeTab`
- `scripting`
- `storage`
- `webNavigation`
- `<all_urls>`
- `*://localhost:*/*`
- `*://127.0.0.1:*/*`

### Content script matches

- `<all_urls>`

## Safety

- **Risk impact:** High risk impact
- **Risk likelihood:** Moderate risk likelihood

### Analysis details

- Grants access to browser tabs, which can be used to track user browsing habits and history, presenting a privacy concern.
- This extension was recently updated in the past month. New updates may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [Browser for AI Agent](https://chrome-stats.com/d/browser-for-ai-agent) — 16 users, 5.00 / 5
- [Browser MCP](https://chrome-stats.com/d/browser-mcp) — 78 users
- [Browser Control MCP](https://chrome-stats.com/d/browser-control-mcp) — 1,444 users, 5.00 / 5
- [Element to LLM MCP](https://chrome-stats.com/d/element-to-llm-mcp) — 6 users, 5.00 / 5
- [FoxMCP](https://chrome-stats.com/d/foxmcp) — 36 users, 5.00 / 5
- [Blueprint MCP for Firefox](https://chrome-stats.com/d/blueprint-mcp-for-firefox) — 85 users, 5.00 / 5
- [MCP SuperAssistant](https://chrome-stats.com/d/mcp-superassistant) — 234 users, 4.88 / 5
- [AutoDOM](https://chrome-stats.com/d/autodom) — 1 users
- [MCP Server Finder](https://chrome-stats.com/d/mcp-server-finder) — 8 users, 1.00 / 5
- [Open Browser Control](https://chrome-stats.com/d/open-browser-control) — 28 users, 5.00 / 5
- [FoxPilot](https://chrome-stats.com/d/foxpilot) — 16 users, 4.00 / 5
- [MCP Servers & Tools Data Scraper and Exporter](https://chrome-stats.com/d/mcp-servers-tools-data-scra1)

---

Source: [Chrome-Stats](https://chrome-stats.com/d/mcp-browserkit-m2)
