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:

  • Verify code changes in real-time

  • Diagnose network and console errors

  • Simulate user behavior

  • Inspect the DOM

  • Debug live styling and layout issues

  • Automate performance audits

All these capabilites are provided by the MCP server exposing separate tools organized in categories. For instance there's 7 tools under Input automation:

  • click
  • drag
  • fill
  • fill_form
  • handle_dialog
  • hover
  • upload_file

There's tools for Navigation automation like:

  • close_page
  • list_pages
  • navigate_page

and thenEmulation, Performance, network and Debugging.

To get started is very easy. Just add the following instruction to your mcp client:

{
"mcpServers": {
   "chrome-devtools": {
       "command": "npx",
       "args": ["chrome-devtools-mcp@latest";]
      }
  }
}


More details on the available tools and how to use it are up on the project's Github page. Link below.

Chrome Logo

 

More Information

Chrome DevTools MCP

 

Related Articles

Jules Coding Agent Upgraded

 

 

 

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.

Banner


IBM Launches Granite Version 4.0 and Granite-Docling
23/10/2025

IBM has launched Granite 4.0, the next generation of open-source, small but efficient, IBM language models, together with Granite-Docling, the next gen document format converter.



Linus - Garbage Code And AI Code
15/10/2025

Linus Torvalds seems to have had a bit of a relapse lately in his efforts to moderate his comments on code. One of his latest outbursts merits more than a surface analysis.


More News

pico book

 

Comments




or email your comment to: comments@i-programmer.info