browser automation
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.
typescript
local
browser automation
Installation
npx -y freema/firefox-devtools-mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "firefox-devtools-mcp",
"command": "npx",
"args": [
"-y",
"freema/firefox-devtools-mcp"
]
}About This MCP Server
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub