Skip to main content
Browser AutomationTypeScript

freema/firefox-devtools-mcp

Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots.

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/freema/firefox-devtools-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "firefox-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "freema/firefox-devtools-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
freema