Enterprise DNA
M MCP Servers Developer low

freema/firefox-devtools-mcp

by Various

Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

F

MCP

freema/firefox-devtools-mcp

Added 1 June 2026

#claude-code #firefox #mcp #mcp-server

Overview

A Model Context Protocol server that connects AI assistants to Firefox's Remote Debugging Protocol. It allows tools to inspect page elements, monitor network activity, and execute JavaScript in the browser.

Best for

Best for
Developers building AI-assisted debugging workflows for Firefox

Use cases

  • Automate browser debugging tasks via AI assistants
  • Inspect live DOM and network requests programmatically
  • Execute JavaScript in Firefox from an MCP client

How to use

Install

npx @mozilla/firefox-devtools-mcp@latest

Tools exposed

  • list_pages
  • select_page
  • navigate_page
  • take_snapshot
  • click_by_uid
  • fill_by_uid
  • list_network_requests
  • get_network_request
  • screenshot_page
  • list_console_messages
  • evaluate_script
  • list_scripts
  • inspect_source
  • set_logpoints
  • list_privileged_contexts
  • select_privileged_contexts
  • evaluate_privileged_scripts
  • get_firefox_prefs
  • set_firefox_prefs
  • list_extensions

Tested with

Claude Code, Claude Desktop, Cursor, Cline

Example client config

{\n  "mcpServers": {\n    "firefox-devtools": {\n      "command": "npx",\n      "args": ["-y", "@mozilla/firefox-devtools-mcp@latest", "--headless", "--viewport", "1280x720"],\n      "env": {\n        "START_URL": "about:blank"\n      }\n    }\n  }\n}

Notes

A Model Context Protocol server that connects AI assistants to Firefox’s Remote Debugging Protocol. It allows tools to inspect page elements, monitor network activity, and execute JavaScript in the browser.

192 stars on GitHub. Last updated 2026-05-28.

Use cases

  • Automate browser debugging tasks via AI assistants
  • Inspect live DOM and network requests programmatically
  • Execute JavaScript in Firefox from an MCP client

Pros

  • Leverages Firefox’s native debugging protocol for reliable control
  • Written in TypeScript with 192 GitHub stars, indicating community interest
  • Enables AI-driven browser automation without Selenium or Playwright

Cons

  • Requires Firefox with remote debugging enabled, adding setup overhead
  • Limited to Firefox; no cross-browser support
  • Depends on MCP client compatibility, which is still emerging

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Leverages Firefox's native debugging protocol for reliable control
  • Written in TypeScript with 192 GitHub stars, indicating community interest
  • Enables AI-driven browser automation without Selenium or Playwright

Cons

  • Requires Firefox with remote debugging enabled, adding setup overhead
  • Limited to Firefox; no cross-browser support
  • Depends on MCP client compatibility, which is still emerging
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks