Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chrome-devtools": {
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
}
}
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,20 @@ Chrome DevTools MCP will not start the browser instance automatically using this
claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
```

To install Chrome DevTools MCP + skills, in Claude Code add a marketplace:
Comment thread
OrKoN marked this conversation as resolved.

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

Then, install the plugin:

```sh
/plugin install chrome-devtools-mcp
```

Restart Claude Code to have the MCP server and skills load (check with `/skills`).

</details>

<details>
Expand Down