Back to MCP Servers
Firefox Devtools
Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots.
browser-automationtestingmonitoringbrowserautomationscrapingapi
By freema
Installation
npx -y firefox-devtools-mcpConfiguration
{
"mcpServers": {
"firefox-devtools-mcp": {
"command": "npx",
"args": ["-y", "firefox-devtools-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes