File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "chrome-devtools" : {
3+ "command" : " npx" ,
4+ "args" : [" chrome-devtools-mcp@latest" ]
5+ }
6+ }
Original file line number Diff line number Diff line change @@ -119,6 +119,20 @@ Chrome DevTools MCP will not start the browser instance automatically using this
119119claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
120120```
121121
122+ To install Chrome DevTools MCP + skills, in Claude Code add a marketplace:
123+
124+ ``` sh
125+ /plugin marketplace add ChromeDevTools/chrome-devtools-mcp
126+ ```
127+
128+ Then, install the plugin:
129+
130+ ``` sh
131+ /plugin install chrome-devtools-mcp
132+ ```
133+
134+ Restart Claude Code to have the MCP server and skills load (check with ` /skills ` ).
135+
122136</details >
123137
124138<details >
You can’t perform that action at this time.
0 commit comments