Googleは2025年9月23日、コーディングエージェント向けにChrome DevTools MCPサーバーの公開プレビューを開始した。
- Chrome DevTools (MCP) for your AI agent - Chrome for Developers Blog
 - ChromeDevTools/
chrome-devtools-mcp - GitHub  
Announcing our public preview of Chrome DevTools MCP! Experience the full power of DevTools in your AI coding agent → https://
— Chrome for Developers (@ChromiumDev) September 23, 2025t. co/ u5kOrjFgrq 
With Chrome DevTools MCP, your AI agent can run performance traces, inspect the DOM, & perform real-time debugging of your web pages. pic.twitter. com/ aKgmArbihX 
Chrome DevTools MCPサーバーは、Chrome DevToolsの能力をMCPを利用してエージェントが扱えるようにする。それにより、エージェントがChrome DevToolsのデバッグ機能およびパフォーマンス解析機能を直接利用でき、生成コードのブラウザ上での挙動把握と不具合修正の精度向上を可能にする。つまり、これまでのエージェントは生成したコードがブラウザで実際にどう動作しているかを視認できず
Chrome DevTools MCPサーバーの各ツールは以下のとおり。詳しくはGitHubにあるツールリファレンスページを参照のこと。なお、Chromeの自動操作のためにPuppeteerを使う。
- Input automation: 
click,drag,fill,fill_,form handle_,dialog hover,upload_file  - Navigation automation: 
close_,page list_,pages navigate_,page navigate_,page_ history new_,page select_,page wait_for  - Emulation: 
emulate_,cpu emulate_,network resize_page  - Performance: 
performance_,analyze_ insight performance_,start_ trace performance_stop_ trace  - Network: 
get_,network_ request list_network_ requests  - Debugging: 
evaluate_,script list_,console_ messages take_,screenshot take_snapshot  
利用シナリオとして、以下のような使い方が示されている。
- コード変更のリアルタイム検証
 - 
変更後のコードが意図どおり動作するかをブラウザ上で即時に検証する。
Verify in the browser that your change works as expected. (意訳:変更が期待どおりに動作していることをブラウザで確認してください。) - ネットワークおよびコンソールエラーの診断
 - 
ネットワークリクエストを解析して、CORSなどの問題があるかを確認したり、コンソールログを調査して機能が期待どおり動かない理由を把握したりする。
A few images on localhost:8080 are not loading. What's happening? (意訳:localhost:8080でいくつかの画像が読み込まれていない。何が起きているのか。) - ユーザー行動のシミュレーション
 - 
ナビゲーション、フォーム入力、ボタンクリックなどのユーザー操作を再現して、バグを再現したり、ユーザーフローを検証したりする。
Why does submitting the form fail after entering an email address? (意訳:メールアドレス入力後にフォーム送信が失敗する。それはなぜか。) - ライブスタイルとレイアウト問題のデバッグ
 - 
ライブページのDOMおよびCSSを確認して、オーバーフローなどのレイアウトやスタイル上の異常を特定し、具体的な修正案を得る。
The page on localhost:8080 looks strange and off. Check what's happening there. (意訳:localhost:8080のページの見た目がおかしく違和感がある。何が起きているか確認してください。) - パフォーマンス監査の自動化
 - 
パフォーマンストレースを取得・
分析して、LCPなどの指標に基づいてパフォーマンス課題を特定し、改善に役立てる。 Localhost:8080 is loading slowly. Make it load faster. (意訳:localhost:8080の読み込みが遅い。より速く読み込めるようにしてください。) 
Chrome DevTools MCPサーバーは、各種エージェント
{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["chrome-devtools-mcp@latest"]
    }
  }
}
インストール後の動作確認として、Please check the LCP of web.」
Chrome DevTools MCPサーバーは公開プレビューの段階であり、今後段階的に機能を拡張していく方針。
GoogleのAddy Osmani氏がChrome DevTools MCPサーバーを紹介する動画を投稿している。
Announcing @ChromeDevTools MCP! 🚀
— Addy Osmani (@addyosmani) September 23, 2025
Connect your AI coding agent to Chrome's powerful automation & debugging capabilities with ease.
Key features:
✅ Reliable automation: It can programmatically handle clicks, form fills, dialogs, and page navigation with ease.
✅ Performance… pic.twitter. com/ OyetvQ7Ue8 
9月26日追記:
Chrome DevTools MCPサーバーがGitHub MCP Registryに掲載されたことを案内した。
We're excited to announce Chrome DevTools MCP is now on the Github MCP registry → https://
— Chrome for Developers (@ChromiumDev) September 25, 2025t. co/ UUlapeg2Ys 
The community's ideas and contributions are already helping us shape what's next for this project. Keep the feedback coming! pic.twitter. com/ sywK8yviZH