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
MCP
freema/firefox-devtools-mcp
Added 1 June 2026
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_pagesselect_pagenavigate_pagetake_snapshotclick_by_uidfill_by_uidlist_network_requestsget_network_requestscreenshot_pagelist_console_messagesevaluate_scriptlist_scriptsinspect_sourceset_logpointslist_privileged_contextsselect_privileged_contextsevaluate_privileged_scriptsget_firefox_prefsset_firefox_prefslist_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
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
browsermcp/mcp
Various
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
executeautomation/playwright-mcp-server
Various
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
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.