Chrome Debug MCP — model-driven browser automation

Overview

The chrome-debug MCP server launches an isolated headless Chrome instance to enable AI-driven browser inspection and automation (take_snapshot, click, type_text, navigate, etc.) without requiring manual browser setup.

Getting started

Enabling browser automation

  1. Navigate to Settings → MCP.

  2. Find the chrome-debug row and tap Start.

  3. In any chat in that project, the browser automation tools will become available to the model.

Pairing with the Inspector

By default, the Inspector tab and the chrome-debug MCP server operate independently:

--browser-url=http://127.0.0.1:9222

Behavior