diff --git a/README.md b/README.md
index 7f6afebdd..438024c3e 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,17 @@ startup_timeout_ms = 20_000
+
+ Command Code
+
+Use the Command Code CLI to add the Chrome DevTools MCP server (MCP guide):
+
+```bash
+cmd mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
+```
+
+
+
Copilot CLI