Skip to content

Commit 1b5dcae

Browse files
authored
docs: update the README on installing as a VS code agent plugin (#1796)
Context: https://crbug.com/491671639
1 parent 6a37114 commit 1b5dcae

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,22 @@ Configure the following fields and press `CTRL+S` to save the configuration:
235235
<details>
236236
<summary>Copilot / VS Code</summary>
237237

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+
238254
**Click the button to install:**
239255

240256
[<img src="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:
243259

244260
**Or install manually:**
245261

246-
Follow the MCP install <a href="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:
248263

249264
For macOS and Linux:
250265

0 commit comments

Comments
 (0)