freema/firefox-devtools-mcp
Firefox browser automation via WebDriver BiDi for testing, scraping, and browser control. Supports snapshot/UID-based interactions, network monitoring, console capture, and screenshots.
Quick Start
Clone the repository:
git clone https://github.com/freema/firefox-devtools-mcpClaude Desktop configuration example:
{
"mcpServers": {
"firefox-devtools-mcp": {
"command": "npx",
"args": [
"-y",
"freema/firefox-devtools-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.