browser automation

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.

typescript
local
browser automation
0
View on GitHub

Installation

npx -y freema/firefox-devtools-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/freema/firefox-devtools-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub