Skip to content

Releases: ChromeDevTools/chrome-devtools-mcp

chrome-devtools-mcp: v1.3.0

18 Jun 09:53
4716a72

Choose a tag to compare

1.3.0 (2026-06-18)

🎉 Features

  • Add get_heapsnapshot_dominators MCP tool (#2215) (08c234e)
  • Add retaining paths MCP tool (#2187) (a97c642)
  • Add the get_heapsnapshot_edges MCP tool (#2180) (4f8eb7a)
  • include page title in list_pages output (#2166) (b646feb)
  • screenshot: add CLI options to cap screenshot size at the source (#1823) (55c8a54)
  • Use HeapSnapshotProxy.nodeIndexById (#2193) (6bd8c91)

🛠️ Fixes

  • handle missing third-party tool toolGroup description gracefully (#2224) (8fe398e)
  • handle screencast file extensions case-insensitively and clean up temp dir on failure (#2207) (ba80096)
  • limit windows test concurrency (#2205) (e77101e)
  • Reset toolGroups before gathering toolGroups (#2200) (ed02047)
  • return error message when screencast_stop is called with no active recording (#2209) (9e32002)

chrome-devtools-mcp: v1.2.0

08 Jun 16:58
702d373

Choose a tag to compare

1.2.0 (2026-06-08)

🎉 Features

  • add experimental TOON support for structured content output (#2042) (aa33bff)
  • Adds close_heapsnapshot MCP tool (#2174) (8713b93)
  • Handle multiple providers of third-party developer tools (#2168) (30d59a7)
  • implement extension service worker logs (#1915) (29e3898)
  • memory debugging tools (#2169) (0217397)
  • support allowedUrlPattern & blockedUrlPattern Options (#2037) (02b4492)

🛠️ Fixes

📄 Documentation

  • skill: guide agent to prompt for --categoryExtensions (#2189) (8b458f7)

⚡ Performance

  • lighthouse file saves to run concurrently (#2178) (f90f863)

🏗️ Refactor

chrome-devtools-mcp: v1.1.1

27 May 11:49
3ba70d3

Choose a tag to compare

1.1.1 (2026-05-27)

🛠️ Fixes

chrome-devtools-mcp: v1.1.0

26 May 15:42
0089ebd

Choose a tag to compare

1.1.0 (2026-05-26)

🎉 Features

  • add extraHttpHeaders emulation to emulate tool (#1176) (6992106)
  • created cursor plugin.json setting file with release auto versioning (#2091) (10c8205)

🛠️ Fixes

📄 Documentation

  • align coding agent examples with Antigravity (#2094) (ce31594)
  • fix installation instructions for VS Code (#2087) (9f47df3)

🏗️ Refactor

chrome-devtools-mcp: v1.0.1

18 May 13:57
2a79b42

Choose a tag to compare

1.0.1 (2026-05-18)

🛠️ Fixes

  • include saved image paths in CLI JSON output (#2070) (a9fb555)

📄 Documentation

chrome-devtools-mcp: v1.0.0

18 May 13:22
41361a8

Choose a tag to compare

1.0.0 (2026-05-18)

🎉 Features

  • report new URL after actions that trigger navigation (#1853) (b594858)
  • support filePath in evaluate_script (#2054) (90d368d)

🛠️ Fixes

📄 Documentation

🏗️ Refactor

chrome-devtools-mcp: v0.26.0

12 May 06:07
f42925f

Choose a tag to compare

0.26.0 (2026-05-11)

🎉 Features

🛠️ Fixes

📄 Documentation

🏗️ Refactor

chrome-devtools-mcp: v0.25.0

06 May 14:19
0d1de9d

Choose a tag to compare

0.25.0 (2026-05-06)

🎉 Features

🛠️ Fixes

  • input: stop native select option clicks from timing out (#1960) (510ec0f)
  • make sure env variables are consistently applied when parsing args (#1994) (f45f068)

📄 Documentation

chrome-devtools-mcp: v0.24.0

04 May 08:25
2dcd641

Choose a tag to compare

0.24.0 (2026-05-02)

🎉 Features

  • agentic browsing in lighthouse (#1931) (5fa2750)
  • cli: generate commands for conditional tools (#1962) (b2b3e99)
  • group identical consecutive console messages in list_console_messages (#1939) (dbddb2e)
  • support MCP client roots feature (#1945) (def53dd)

🛠️ Fixes

  • add proactive tool rejection when dialog is open (#1978) (6ce254e)
  • always allow tmpdir access with client roots (#1984) (a90378a)
  • cli: re-generate cli correctly (#1969) (8cbdb8d)
  • handle errors due to open dialogs during tool calls (#1953) (06b331f)
  • note about missing elements should not show in verbose mode (#1950) (80bee1e)
  • telemetry: bucketize string length (#1972) (bf3cb58)

chrome-devtools-mcp: v0.23.0

22 Apr 17:09
1277c19

Choose a tag to compare

0.23.0 (2026-04-22)

🎉 Features

  • add an option to customize ffmpeg path (#1937) (b377454)
  • support experimental allowlist for navigate tool calls (#1935) (d502557)
  • support webm format in screencast (#1934) (85b8993)

📄 Documentation

  • clarify resource limitations around the number of tabs (#1927) (42be7c3)

🏗️ Refactor