Skip to content

Commit 3ec5b7e

Browse files
authored
docs: improve Claude Code installation instructions (#947)
1 parent 107c46a commit 3ec5b7e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,18 @@ Chrome DevTools MCP will not start the browser instance automatically using this
113113

114114
<details>
115115
<summary>Claude Code</summary>
116-
Use the Claude Code CLI to add the Chrome DevTools MCP server (<a href="https://code.claude.com/docs/en/mcp">guide</a>):
116+
117+
**Install via CLI (MCP only)**
118+
119+
Use the Claude Code CLI to add the Chrome DevTools MCP server (<a href="https://code.claude.com/docs/en/mcp">guide</a>):
117120

118121
```bash
119122
claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
120123
```
121124

122-
To install Chrome DevTools MCP + skills, in Claude Code add a marketplace:
125+
**Install as a Plugin (MCP + Skills)**
126+
127+
To install Chrome DevTools MCP with skills, add the marketplace registry in Claude Code:
123128

124129
```sh
125130
/plugin marketplace add ChromeDevTools/chrome-devtools-mcp

0 commit comments

Comments
 (0)