Skip to content

Commit c992874

Browse files
OrKoNsebastianbenz
andauthored
docs: update readme (#18)
Co-authored-by: Sebastian Benz <[email protected]>
1 parent 9a8a79d commit c992874

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Chrome DevTools MCP
22

3-
`chrome-devtools-mcp` is a server that enables Model-Context-Protocol (MCP)
4-
clients to automate Chrome for debugging purposes. This is an early experimental
5-
prototype!
3+
`chrome-devtools-mcp` is a Model-Context-Protocol (MCP) server that brings
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.
6+
7+
## Key features
8+
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.
14+
- **Reliable automation**. Uses
15+
[puppeteer](https://github.com/puppeteer/puppeteer) to automate actions in
16+
Chrome and automatically wait for action results.
617

718
## Disclaimers
819

0 commit comments

Comments
 (0)