Overview
Features
browser_snapshot
capture an accessibility-oriented snapshot of the current page
browser_snapshot_diff
compare the two most recent snapshots to highlight DOM/ARIA changes
browser_navigate
load a new URL in the connected tab and return an updated snapshot
browser_screenshot
capture a viewport or full-page screenshot via the DevTools protocol
browser_get_console_logs
return recent console output, including errors with stack traces
browser_page_state
dump forms, storage keys, and cookies for the connected page
browser_evaluate
run custom JavaScript inside the page and return JSON-serializable results
browser_handle_dialog
accept or dismiss alert/confirm/prompt dialogs with optional prompt text
Who Is This For?
- MCP clients:Connect MCP clients to a local browser tab via the MCP server.
- Extension devs:Build and package cross-browser extensions that talk to the MCP server.
- Automation tools:Automation tools that connect via MCP bridge to control browser tabs.




