We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4782e48 commit a781da4Copy full SHA for a781da4
2 files changed
.mcp.json
@@ -0,0 +1,6 @@
1
+{
2
+ "chrome-devtools": {
3
+ "command": "npx",
4
+ "args": ["chrome-devtools-mcp@latest"]
5
+ }
6
+}
README.md
@@ -119,6 +119,20 @@ Chrome DevTools MCP will not start the browser instance automatically using this
119
claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
120
```
121
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
131
+/plugin install chrome-devtools-mcp
132
133
134
+Restart Claude Code to have the MCP server and skills load (check with `/skills`).
135
136
</details>
137
138
<details>
0 commit comments