HomeBrowser Automation & Scraping › Firefox DevTools MCP

Firefox DevTools MCP

Control and debug Firefox: navigate, fill forms, inspect network and console, profile.

TypeScript Local
★ 436 stars Last pushed 2026-09-22 License: NOASSERTION

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.10.4)

npx -y @mozilla/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "firefox-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mozilla/[email protected]"
      ],
      "env": {
        "FIREFOX_HEADLESS": "<YOUR_VALUE>",
        "START_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIREFOX_HEADLESS — Set to true to run Firefox without a visible window.
  • START_URL — URL to open when the server starts.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry