Skip to content

Commit 85a6d64

Browse files
docs: small README wording tweaks (#67)
1 parent 93923d9 commit 85a6d64

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
[![npm chrome-devtools-mcp package](https://img.shields.io/npm/v/chrome-devtools-mcp.svg)](https://npmjs.org/package/chrome-devtools-mcp)
44

5-
`chrome-devtools-mcp` is a Model-Context-Protocol (MCP) server that brings
6-
the power of Chrome DevTools to coding agents. Using it, coding agents can live
7-
debug style, performance or networking issues directly in Chrome.
5+
`chrome-devtools-mcp` lets your coding agent (such as Gemini, Claude, Cursor or Copilot)
6+
control and inspect a live Chrome browser. It acts as a Model-Context-Protocol
7+
(MCP) server, giving your AI coding assistant access to the full power of
8+
Chrome DevTools for reliable automation, in-depth debugging, and performance analysis.
89

910
## Key features
1011

1112
- **Get performance insights**: Uses [Chrome
1213
DevTools](https://github.com/ChromeDevTools/devtools-frontend) to record
13-
traces and extract performance insights.
14+
traces and extract actionable performance insights.
1415
- **Advanced browser debugging**: Analyze network requests, take screenshots and
1516
check the browser console.
1617
- **Reliable automation**. Uses
@@ -48,7 +49,7 @@ Add the following config to your MCP client:
4849
> [!NOTE]
4950
> Using `chrome-devtools-mcp@latest` ensures that your MCP client will always use the latest version of the Chrome DevTools MCP server.
5051
51-
### MCP Client specific configuration
52+
### MCP Client configuration
5253

5354
<details>
5455
<summary>Claude Code</summary>

0 commit comments

Comments
 (0)