豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit a781da4

Browse files
authored
docs: add MCP config for Claude plugin + docs (ChromeDevTools#944)
Instructions tested locally.
1 parent 4782e48 commit a781da4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.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
@@ -119,6 +119,20 @@ Chrome DevTools MCP will not start the browser instance automatically using this
119119
claude 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>

0 commit comments

Comments
 (0)