| Chrome DevTools To Benefit From MCP |
| Written by Nikos Vaggalis | |||
| Tuesday, 28 October 2025 | |||
|
Google brings the power of Chrome DevTools to AI coding assistants with its Chrome DevTools Model Context Protocol server, now in public preview. The problem this new server aims to solve is that coding agents (Cursor, Claude Code, Gemini CLI, etc) might be writing the code but when building browser based applications they can't execute it in the browser; they are blind. Now the time has come for them to interact with a live Chrome browser. In essence the MCP server exposes Chrome’s debugging and automation API so that the agents can take advantage of. This also means that you can control the browser in natural language. That gives rise to new automation and debugging capabilities:
All these capabilites are provided by the MCP server exposing separate tools organized in categories. For instance there's 7 tools under Input automation:
There's tools for Navigation automation like:
and thenEmulation, Performance, network and Debugging. To get started is very easy. Just add the following instruction to your mcp client: {
More Information
Related Articles
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |


