Firefox DevTools MCP
by Mozilla
Lets MCP clients automate and debug a local Firefox via WebDriver BiDi: navigate pages, fill forms, inspect network and console, and take screenshots.
Skills
Page Management
Lists, selects, and navigates Firefox tabs with list_pages, select_page, and navigate_page, including headless runs and Firefox for Android.
Snapshot And Input
Takes a DOM snapshot with element UIDs, then clicks or fills elements by UID with click_by_uid and fill_by_uid to drive forms.
Network And Console
Captures network requests and console messages for inspection with list_network_requests, get_network_request, and list_console_messages.
Screenshots And Downloads
Captures page screenshots with screenshot_page and tracks or configures file downloads with list_downloads and set_download_behavior.
Related Agents
Mobile MCP
Lets agents automate native iOS and Android apps on simulators, emulators, and real devices through one MCP server, usi…
Safari MCP Server
Connects AI agents to a live Safari window for web debugging: DOM inspection, network monitoring, console logs, screens…
BitFun
Runs an open-source desktop and terminal coding agent that plans, edits, tests, and reviews changes inside real Git rep…
Browser Harness
Connects an LLM directly to a real Chrome browser over a single CDP websocket, letting the agent write the helper code…