Home › Browser Automation & Scraping › Firefox DevTools MCP
Firefox DevTools MCP
Control and debug Firefox: navigate, fill forms, inspect network and console, profile.
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
UI-TARS-desktop
MCP server for web search operations
playwright-mcp
Playwright Tools for MCP
SeleniumBase MCP
Stealthy browser automation, testing, and web-scraping via CDP Mode.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp
Automate your local Chrome browser
mcp-playwright
An MCP server using Playwright for browser automation and webscrapping
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry