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
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,22 @@ Configure the following fields and press `CTRL+S` to save the configuration:
235
235
<details>
236
236
<summary>Copilot / VS Code</summary>
237
237
238
+
**Install as a Plugin (Recommended)**
239
+
240
+
The easiest way to get up and running is to install `chrome-devtools-mcp` as an agent plugin.
241
+
This bundles the **MCP server** and all **skills** together, so your agent gets both the tools
242
+
and the expert guidance it needs to use them effectively.
243
+
244
+
1. Open the **Command Palette** (`Cmd+Shift+P` on macOS or `Ctrl+Shift+P` on Windows/Linux).
245
+
2. Search for and run the **Chat: Install Plugin From Source** command.
246
+
3. Paste in our repository URL: `https://github.com/ChromeDevTools/chrome-devtools-mcp`
247
+
248
+
That's it! Your agent is now supercharged with Chrome DevTools capabilities.
249
+
250
+
---
251
+
252
+
**Install as an MCP Server (MCP only)**
253
+
238
254
**Click the button to install:**
239
255
240
256
[<imgsrc="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF"alt="Install in VS Code">](https://vscode.dev/redirect/mcp/install?name=io.github.ChromeDevTools%2Fchrome-devtools-mcp&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22chrome-devtools-mcp%22%5D%2C%22env%22%3A%7B%7D%7D)
@@ -243,8 +259,7 @@ Configure the following fields and press `CTRL+S` to save the configuration:
243
259
244
260
**Or install manually:**
245
261
246
-
Follow the MCP install <ahref="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,
247
-
with the standard config from above. You can also install the Chrome DevTools MCP server using the VS Code CLI:
262
+
Follow the VS Code [MCP configuration guide](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server) using the standard config from above, or use the CLI:
0 commit comments