diff --git a/README.md b/README.md index 07f1b7e4..0745ebb0 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,16 @@ Add the following config to your MCP client: ### MCP Client configuration +
+ Amp + Follow https://ampcode.com/manual#mcp and use the config provided above. You can also install the Chrome DevTools MCP server using the CLI: + +```bash +amp mcp add chrome-devtools -- npx chrome-devtools-mcp@latest +``` + +
+
Claude Code Use the Claude Code CLI to add the Chrome DevTools MCP server (guide):