Skip to content

Commit f70b527

Browse files
committed
docs: update readme
1 parent 9a8a79d commit f70b527

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
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 allows
4+
clients to automate tasks in Chrome for debugging and testing purposes.
5+
6+
## Key features
7+
8+
- **Reliable automation**. Uses
9+
[puppeteer](https://github.com/puppeteer/puppeteer) to automate actions in
10+
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.
616

717
## Disclaimers
818

0 commit comments

Comments
 (0)