Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 35f167e

Browse files
OrKoNwolfib
authored andcommitted
docs: add MCP config for Claude plugin + docs (ChromeDevTools#944)
Instructions tested locally.
1 parent 8a49679 commit 35f167e

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.mcp.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"chrome-devtools": {
3+
"command": "npx",
4+
"args": ["chrome-devtools-mcp@latest"]
5+
}
6+
}

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,20 @@ Chrome DevTools MCP will not start the browser instance automatically using this
127127
claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
128128
```
129129

130+
To install Chrome DevTools MCP + skills, in Claude Code add a marketplace:
131+
132+
```sh
133+
/plugin marketplace add ChromeDevTools/chrome-devtools-mcp
134+
```
135+
136+
Then, install the plugin:
137+
138+
```sh
139+
/plugin install chrome-devtools-mcp
140+
```
141+
142+
Restart Claude Code to have the MCP server and skills load (check with `/skills`).
143+
130144
</details>
131145

132146
<details>

0 commit comments

Comments
 (0)