chrome-devtools-mcp icon indicating copy to clipboard operation
chrome-devtools-mcp copied to clipboard

Chrome DevTools for coding agents

Results 118 chrome-devtools-mcp issues
Sort by recently updated
recently updated
newest added

## Related Issues - #363 - Accessibility tree/element(s) snapshot - #284 - Download folder configuration for automation - Puppeteer #6311 - URL attribute for links ## Problem Statement While working...

collecting-feedback

:robot: I have created a release *beep* *boop* --- ## [0.13.0](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v0.12.1...chrome-devtools-mcp-v0.13.0) (2026-01-14) ### 🎉 Features * Allow opting out of default Chrome launch arguments ([#729](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/729)) ([9a51af2](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/9a51af219fc9216cd463bef9363716283f41f36a)) * support filePath in...

autorelease: pending

### Is your feature request related to a problem? Please describe. Background: IMHO, it is usually innocuous for an agent to reload a page but navigating to a new page...

enhancement

Bumps the bundled-devtools group with 1 update: [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend). Updates `chrome-devtools-frontend` from 1.0.1555430 to 1.0.1556696 Commits 83a3c3f Update Chrome (for Testing) PIN ff42883 Update DevTools DEPS (trusted) e920d51 [scopes] Record mapping...

dependencies
javascript

This adds a new tool `performance_analyze_file` that lets you analyze trace files from the local filesystem. ## Why Currently, you can only analyze traces recorded live with `performance_start_trace`. But sometimes...

## Description When calling `resize_page` to test mobile viewports, the command fails with a protocol error. ## Error Message ``` Protocol error (Browser.setContentsSize): 'Browser.setContentsSize' wasn't found ``` ## Environment -...

### Is your feature request related to a problem? Please describe. Is your feature request related to a problem? Please describe. To emulate mobile devices as accurately as possible, we...

enhancement
confirmed

### Description of the bug ### Description The `take_screenshot` tool declares `image/jpeg` media type in the response but actually returns PNG image data. This causes the Claude API to reject...

confirmed

### Is your feature request related to a problem? Please describe. Yes. The chrome-devtools-mcp server currently requires the browser connection URL to be hardcoded at initialization time through command-line arguments...

enhancement
collecting-feedback