MCP Directory

freema/firefox-devtools-mcp

GitHub
Web Utilities

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y firefox-devtools-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from freema/firefox-devtools-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route freema/firefox-devtools-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add firefox-devtools-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use freema/firefox-devtools-mcp directly without routing

npx -y firefox-devtools-mcp

New to Agent-CoreX? View setup guide →

freema/firefox-devtools-mcp MCP Server — Agent-CoreX