You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ MCP clients.
29
29
30
30
## Requirements
31
31
32
-
-[Node.js 20](https://nodejs.org/) or a newer [latest maintainance LTS](https://github.com/nodejs/Release#release-schedule) version.
32
+
-[Node.js](https://nodejs.org/)v20.19 or a newer [latest maintenance LTS](https://github.com/nodejs/Release#release-schedule) version.
33
33
-[Chrome](https://www.google.com/chrome/) current stable version or newer.
34
34
-[npm](https://www.npmjs.com/).
35
35
@@ -111,7 +111,7 @@ Start the dialog to add a new MCP server by running:
111
111
/mcp add
112
112
```
113
113
114
-
Configure the following fields and press `CTR-S` to save the configuration:
114
+
Configure the following fields and press `CTRL+S` to save the configuration:
115
115
116
116
-**Server name:**`chrome-devtools`
117
117
-**Server Type:**`[1] Local`
@@ -185,6 +185,13 @@ The same way chrome-devtools-mcp can be configured for JetBrains Junie in `Setti
185
185
[<imgsrc="https://img.shields.io/badge/Visual_Studio-Install-C16FDE?logo=visualstudio&logoColor=white"alt="Install in Visual Studio">](https://vs-open.link/mcp-install?%7B%22name%22%3A%22chrome-devtools%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22chrome-devtools-mcp%40latest%22%5D%7D)
186
186
</details>
187
187
188
+
<details>
189
+
<summary>Warp</summary>
190
+
191
+
Go to `Settings | AI | Manage MCP Servers` -> `+ Add` to [add an MCP Server](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server). Use the config provided above.
192
+
193
+
</details>
194
+
188
195
### Your first prompt
189
196
190
197
Enter the following prompt in your MCP Client to check if everything is working:
@@ -273,7 +280,7 @@ The Chrome DevTools MCP server supports the following configuration option:
273
280
-**Type:** string
274
281
275
282
-**`--viewport`**
276
-
Initial viewport size for the Chromee instances started by the server. For example, `1280x720`
283
+
Initial viewport size for the Chrome instances started by the server. For example, `1280x720`. In headless mode, max size is 3840x2160px.
277
284
-**Type:** string
278
285
279
286
-**`--proxyServer`**
@@ -313,7 +320,7 @@ You can also run `npx chrome-devtools-mcp@latest --help` to see all available co
313
320
`chrome-devtools-mcp` starts a Chrome's stable channel instance using the following user
314
321
data directory:
315
322
316
-
- Linux / MacOS: `$HOME/.cache/chrome-devtools-mcp/chrome-profile-$CHANNEL`
323
+
- Linux / macOS: `$HOME/.cache/chrome-devtools-mcp/chrome-profile-$CHANNEL`
0 commit comments