Firefox Devtools
Freeby MCP Community
Model Context Protocol (MCP) server for Firefox DevTools automation
v0.9.1Added Apr 12, 2026
mcpmcp-servermodel-context-protocolfirefoxfirefox-devtools
Firefox Devtools MCP Server
Model Context Protocol (MCP) server for Firefox DevTools automation
Installation
Reviews
Installation
Quick install
npx -y firefox-devtools-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"firefox-devtools": {
"command": "npx",
"args": ["-y", "firefox-devtools-mcp"]
}
}
}