Install
openclaw skills install chrome-devtools-mcp-skillUse Chrome DevTools MCP through UXC over local stdio for page navigation, DOM/a11y snapshots, network inspection, console inspection, and performance tooling, with a live-browser autoConnect default and optional browserUrl or isolated fallback modes.
openclaw skills install chrome-devtools-mcp-skillUse this skill to run Chrome DevTools MCP operations through uxc using a fixed stdio endpoint.
Reuse the uxc skill for generic MCP discovery, daemon reuse, JSON envelope parsing, and error handling.
uxc is installed and available in PATH.npx is available in PATH (Node.js installed).chrome://inspect/#remote-debugging if you use the default live-browser flow.chrome-devtools-mcp package fetch.Endpoint candidate inputs before finalizing:
npx chrome-devtools-mcp@latestnpx -y chrome-devtools-mcp@latestnpx -y chrome-devtools-mcp@latest --autoConnect --no-usage-statisticsnpx -y chrome-devtools-mcp@latest --browserUrl http://127.0.0.1:9222 --no-usage-statisticsnpx -y chrome-devtools-mcp@latest --headless --isolated --no-usage-statisticsnpx -y chrome-devtools-mcp@latest --autoConnect --no-usage-statisticshttps://github.com/ChromeDevTools/chrome-devtools-mcpuxc "npx -y chrome-devtools-mcp@latest --autoConnect --no-usage-statistics" -hprotocol == "mcp" in envelope).command -v chrome-devtools-mcp-cliuxc link chrome-devtools-mcp-cli "npx -y chrome-devtools-mcp@latest --autoConnect --no-usage-statistics"command -v chrome-devtools-mcp-portuxc link chrome-devtools-mcp-port "npx -y chrome-devtools-mcp@latest --browserUrl http://127.0.0.1:9222 --no-usage-statistics"command -v chrome-devtools-mcp-isolateduxc link chrome-devtools-mcp-isolated "npx -y chrome-devtools-mcp@latest --headless --isolated --no-usage-statistics"chrome-devtools-mcp-cli -hchrome-devtools-mcp-cli new_page -hchrome-devtools-mcp-cli take_snapshot -hchrome-devtools-mcp-cli list_network_requests -hchrome-devtools-mcp-cli lighthouse_audit -hnew_page, list_pages, take_snapshot, list_network_requests, or list_console_messages.clickfillfill_formpress_keyupload_fileevaluate_scripthandle_dialog--text.chrome-devtools-mcp-cli as the default command path.--autoConnect first when browser-side remote debugging is available.chrome-devtools-mcp-port only when you intentionally run a Chrome instance with --remote-debugging-port=9222.chrome-devtools-mcp-isolated.take_snapshot over screenshots for model-action loops.list_network_requests / get_network_request over raw script evaluation when inspecting network behavior.lighthouse_audit, performance_start_trace, and take_memory_snapshot as heavier operations; use them intentionally.evaluate_script only when an existing higher-level DevTools tool cannot answer the question.references/usage-patterns.md