Skip to content

Releases: ChromeDevTools/chrome-devtools-mcp

chrome-devtools-mcp: v0.17.3

19 Feb 17:01
0c4f211

Choose a tag to compare

0.17.3 (2026-02-19)

🛠️ Fixes

chrome-devtools-mcp: v0.17.2

19 Feb 16:14
34882a2

Choose a tag to compare

0.17.2 (2026-02-19)

🛠️ Fixes

  • check that combobox is actually a select element before filling out options (#979) (d2bc489)
  • handle network request pagination correctly (#980) (0d9f422)

📄 Documentation

  • Add a note about previously installed server installations (#982) (c0009f7)
  • update codex doc URL (#987) (ebbbea7)

♻️ Chores

  • network: de-duplicate String and JSON formatters (#985) (1896dbb)
  • remove text from the status code for Network requests (#778) (327a388)

chrome-devtools-mcp: v0.17.1

16 Feb 11:58
5e5b746

Choose a tag to compare

0.17.1 (2026-02-16)

📄 Documentation

  • Add 'Progressive Complexity' and 'Reference over Value' design principles. (#939) (8d765c0)
  • add Katalon Studio setup instructions to README (#929) (6cfef24)
  • add MCP config for Claude plugin + docs (#944) (a781da4)
  • estimate tokens using tiktoken (#959) (fd0a919)
  • improve Claude Code installation instructions (#947) (3ec5b7e)
  • Update README with WSL configuration details (#946) (107c46a)

♻️ Chores

  • rename files to have more consistent style (#935) (9e1f9ac)

chrome-devtools-mcp: v0.17.0

10 Feb 08:32
6a3ca98

Choose a tag to compare

0.17.0 (2026-02-10)

🎉 Features

  • include Error.cause chain for uncaught errors and logged Errors (#906) (05b01ec)
  • Integrate CrUX data into performance trace summaries (#733) (b747f9d)
  • show message and stack trace in details when console.log'ging Error objects (#902) (ffa00da)

🛠️ Fixes

  • console formatter hides frames from ignored scripts (#927) (8e2380b)
  • limit stack traces to 50 lines (#923) (caea23a)

📄 Documentation

  • add macOS Web Bluetooth troubleshooting note (#930) (3c9528b), closes #917

chrome-devtools-mcp: v0.16.0

04 Feb 10:05
4f7b068

Choose a tag to compare

0.16.0 (2026-02-04)

🎉 Features

  • include source-mapped stack trace for uncaught errors (#876) (ecef712)

🛠️ Fixes

  • accidental extra typing in the fill tool (#886) (3d6e59d)
  • update evaluateScript description formatting (#880) (24db9dd)
  • use 1-based line/column and fix wasm offsets in stack frames (#884) (7e1ec81)

📄 Documentation

  • mention source-mapped stack traces in 'Key features' (#883) (579d18a)
  • remove outdated --channel=beta note (#882) (acdb5c9)

chrome-devtools-mcp: v0.15.1

30 Jan 10:04
7c25c3a

Choose a tag to compare

0.15.1 (2026-01-30)

🛠️ Fixes

  • disable usage statistics when CI or CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS env is set (#862) (c0435a2)
  • respect custom timeouts in navigate tools (#865) (a0aeb97)

chrome-devtools-mcp: v0.15.0

29 Jan 12:38
d491d87

Choose a tag to compare

0.15.0 (2026-01-28)

🎉 Features

  • Add ability to inject script to run on page load (#568) (d845ad4)
  • enable usage statistics by default with opt-out (#855) (7e279f1)
  • support testing light and dark mode (#858) (5a23a8c)

chrome-devtools-mcp: v0.14.0

27 Jan 13:20
def02bd

Choose a tag to compare

0.14.0 (2026-01-27)

🎉 Features

  • add a skill for using chrome-devtools-mcp (#830) (aa0a367)
  • add background parameter to new_page tool (#837) (d756888)
  • allow skipping snapshot generation for input tools (#821) (4b8e9f2)
  • include stack trace in 'get_console_message' tool (#740) (a3a0021)
  • support device viewport and user agent emulation (#798) (a816967)
  • support filePath for network request and response bodies (#795) (6d0e4ca)

🛠️ Fixes

  • handle beforeunload dialogs in navigations (#788) (9b21f8b)
  • improve error handling for console messages (#844) (dc43ede)
  • improve error reporting when retrieving the element (#845) (f7dd003)
  • improve performance tool description (#800) (aa9a176)
  • increase timeouts for long text input (#787) (a83a338)
  • make request and response handling more robust (#846) (695817f)
  • re-use node ids across snapshots (#814) (a6cd2cd)

📄 Documentation

  • add a mention of evals into contributing.md (#773) (9a31ac7)
  • document how to add extensions to gemini-cli (#834) (0610d11)
  • update auto-connect docs (#779) (a106fba)
  • Update README.md to include a link to Android debugging (#783) (6e52e66)

chrome-devtools-mcp: v0.13.0

15 Jan 07:26
4090da2

Choose a tag to compare

0.13.0 (2026-01-14)

🎉 Features

  • Allow opting out of default Chrome launch arguments (#729) (9a51af2)
  • support filePath in performance tools (#686) (68ae2f8)

🛠️ Fixes

  • support resize_page when browser window is maximized/fullscreenwindow state (#748) (4d9ac22)
  • use relative path for plugin source in marketplace (#724) (5c1ecf8)

📄 Documentation

  • add experimental chrome on android guide (#691) (4a87702)
  • autoConnect - clarify how the mcp server selects a profile (#693) (28b8ff8)
  • claude code broken link (#707) (1f532b8)
  • enhance cli docs + sort required vs opt params (#674) (81cbd99)
  • update auto connect docs to mention min Chrome version (#681) (ab2340f)
  • Update Claude Code instructions in README.md (#711) (f81cd2d)
  • update readme to include OpenCode example (#560) (fbba3c9)

♻️ Chores

chrome-devtools-mcp: v0.12.1

12 Dec 12:35
807bbcc

Choose a tag to compare

0.12.1 (2025-12-12)

🛠️ Fixes

  • catch unexpected error in event handlers (#672) (ca0f560)
  • log unhandledRejection instead of crashing (#673) (f59b4a2)
  • make bringToFront optional in select_page (#668) (ceae17b)
  • Update installation badges in README.md for VS Code (#660) (61ede1c)

📄 Documentation