Skip to content

Releases: ChromeDevTools/chrome-devtools-mcp

chrome-devtools-mcp: v0.10.2

19 Nov 09:45
3921e8a

Choose a tag to compare

0.10.2 (2025-11-19)

📄 Documentation

  • add Factory CLI configuration to MCP clients (#523) (016e2fd)

♻️ Chores

  • clear issue aggregator on page navigation (#565) (c3784d1)
  • disable issues in list_console_messages for now (#575) (08e9a9f)
  • simplify issue management (#564) (3b016f1)

chrome-devtools-mcp: v0.10.1

07 Nov 12:30
c9d6170

Choose a tag to compare

0.10.1 (2025-11-07)

🛠️ Fixes

chrome-devtools-mcp: v0.10.0

05 Nov 11:38
b2f6d1b

Choose a tag to compare

0.10.0 (2025-11-05)

🎉 Features

🛠️ Fixes

  • Augment fix to prevent stray OGS frames in NTP from causing hangs. (#521) (d90abd4)
  • improve get_network_request description (#500) (2f448e8)
  • work around NTP iframes causing hangs (#504) (cca5ff4)

📄 Documentation

♻️ Chores

chrome-devtools-mcp: v0.9.0

22 Oct 11:47
2553006

Choose a tag to compare

0.9.0 (2025-10-22)

🎉 Features

  • add claude marketplace and plugin json (#396) (0498611)
  • add filters and pagination to the console messages tool (#387) (15d942c)
  • add WebSocket endpoint and custom headers support (#404) (41d6a10)
  • allow configuring tool categories (#454) (0fe2b8a)
  • expose previous navigations to the MCP (#419) (165cf9c)
  • support previous navigation for Console messages (#452) (6f24362)
  • support stable id for network requests (#375) (f4d7b49)
  • support verbose snapshots (#388) (d47aaa9)
  • tool to get a verbose single console message (#435) (9205593)
  • use stable id for network request querying (#382) (579819b)

🛠️ Fixes

  • allow evaluating in Frames (#443) (053f1f8)
  • better wording for evaluate_script (#392) (2313fda)
  • indicate when request and response bodies are not available (#446) (7d47d6b)
  • pageerror for non-error types (#442) (b6b42ec)
  • retrieve data correctly with fewer than 3 navigations (#451) (4c65f59)

📄 Documentation

♻️ Chores

chrome-devtools-mcp: v0.8.1

13 Oct 14:47
dced0f0

Choose a tag to compare

0.8.1 (2025-10-13)

Bug Fixes

  • add an option value to the snapshot (#362) (207137e)
  • improve navigate_page_history error messages (#321) (0624029)
  • return the default dialog value correctly (#366) (f08f808)
  • update puppeteer to 24.24.1 (#370) (477eef4)

chrome-devtools-mcp: v0.8.0

10 Oct 15:13
32620ce

Choose a tag to compare

0.8.0 (2025-10-10)

Features

chrome-devtools-mcp: v0.7.1

10 Oct 14:55
a11df57

Choose a tag to compare

0.7.1 (2025-10-10)

Bug Fixes

  • document that console and requests are since the last nav (#335) (9ad7cbb)

chrome-devtools-mcp: v0.7.0

10 Oct 13:22
cff6173

Choose a tag to compare

0.7.0 (2025-10-10)

Features

  • Add offline network emulation support to emulate_network command (#326) (139ce60)
  • add request and response body (#267) (dd3c143)

Bug Fixes

chrome-devtools-mcp: v0.6.1

08 Oct 06:47
2346ad1

Choose a tag to compare

0.6.1 (2025-10-07)

Bug Fixes

  • change default screen size in headless (#299) (357db65)
  • cli: tolerate empty browser URLs (#298) (098a904)
  • guard performance_stop_trace when tracing inactive (#295) (8200194)

chrome-devtools-mcp: v0.6.0

01 Oct 14:45
8ed0821

Choose a tag to compare

0.6.0 (2025-10-01)

Features

  • screenshot: add WebP format support with quality parameter (#220) (03e02a2)
  • screenshot: adds ability to output screenshot to a specific pat… (#172) (f030726)
  • support --accept-insecure-certs CLI (#231) (efb106d)
  • support --proxy-server CLI (#230) (dfacc75)
  • support initial viewport in the CLI (#229) (ef61a08)
  • support timeouts in wait_for and navigations (#228) (36e64d5)

Bug Fixes