Skip to content
Cline

Firefox DevTools MCP for Cline

io.github.mozilla/firefox-devtools-mcp

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

client:Cline transport:stdio runtime:npm

Install Firefox DevTools MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "firefox-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mozilla/firefox-devtools-mcp"
      ],
      "env": {
        "FIREFOX_HEADLESS": "<FIREFOX_HEADLESS>",
        "START_URL": "<START_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Firefox DevTools MCP in other clients