Skip to content

Commit 8ecf5af

Browse files
OrKoNsebastianbenz
andcommitted
Update README.md
Co-authored-by: Sebastian Benz <[email protected]>
1 parent 8e72256 commit 8ecf5af

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Chrome DevTools MCP
22

33
`chrome-devtools-mcp` is a Model-Context-Protocol (MCP) server that brings
4-
clients to automate tasks in Chrome for debugging and testing purposes.
4+
the power of Chrome DevTools to coding agents. Using it, coding agents can live
5+
debug style, performance or networking issues directly in Chrome.
56

67
## Key features
78

9+
- **Get performance insights**: Uses [Chrome
10+
DevTools](https://github.com/ChromeDevTools/devtools-frontend) to record
11+
traces and extract performance insights.
12+
- **Advanced browser debugging**: Analyze network requests, take screenshots and
13+
check the browser console.
814
- **Reliable automation**. Uses
915
[puppeteer](https://github.com/puppeteer/puppeteer) to automate actions in
1016
Chrome and automatically wait for action results.
11-
- **Advanced performance debugging**. Uses [Chrome
12-
DevTools](https://github.com/ChromeDevTools/devtools-frontend) to record
13-
traces and extract performance insights.
14-
- **Language model friendly**. Produces text or structured representations for
15-
the browser state that can be used across various tools.
1617

1718
## Disclaimers
1819

0 commit comments

Comments
 (0)