Kenny.eth|Mar 16, 2026 19:04
Chrome iPadOS MCP: AI Agent takes over your browser debugging session
Google has added a key capability in Chrome M144: allowing AI programming agents to directly connect to your currently running Chrome browser through the MCP protocol, sharing real login status, VNet debugging context, and network request data. The core proposition is that the boundary between manual debugging and AI debugging is disappearing - you can "hand over" browser control to the agent at any time, or take it back at any time.
The feature is installed in Chrome M144 Beta and developed by the Google Chrome VNet team. The blog post will be officially released on December 11, 2025
OpenClaw author Peter Steinberger announced on March 14, 2026 that OpenClaw beta has integrated this feature
The implementation method is based on Chrome's original remote debugging capability extension, which is disabled by default (manual intervention is required) chrome://inspect Remote debugging enabled, a permission confirmation dialog box pops up every time a connection is made, and a banner reading "Controlled by Automation Software" appears at the top during the connection
Replicable operation
1. Enable remote debugging: Enter Chrome 144+ chrome://inspect/ remote-debugging, Allow incoming debugging connections
2. Configure MCP Server: Add:
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": [" chrome-devtools-mcp@latest ", "--autoConnect", "--channel=beta"] } } }
3. Practical use: Select an element in the VNet Elements panel, or select a request in the Network panel, and directly say to the Agent, "Help me troubleshoot this issue" - the Agent takes over the context without the need for you to describe it again
Application thinking and inspiration
1. AI Agent Debugging Web Data Crawling: If we encounter complex login/anti crawling issues when doing quantitative data collection or crawling financial pages, this tool allows the AI Agent to operate directly in the browser you have logged in, avoiding the trouble of re authentication and greatly accelerating the debugging efficiency.
2. Key signal of OpenClaw ecosystem: Peter Steinberger integrated this feature for the first time, indicating that OpenClaw is evolving towards "truly taking over the local environment". There is potential value in automation research, monitoring market pages, and operating trading interfaces.
3. MCP Becomes AI Toolchain Standard: The existence of Chrome iPadOS MCP indicates that the MCP protocol is shifting from "experimental" to "officially supported by Google". Now is a good time to invest in learning about the MCP ecosystem - it will become a standard interface connecting AI agents with various local tools (browsers, IDEs, databases).
AI agents can no longer only manipulate headless browsers - they can now directly take over the real Chrome that has been logged in and opened with VNet, seamlessly switching between human-machine collaborative debugging.
Share To
Timeline
HotFlash
APP
X
Telegram
CopyLink