diff --git a/README.md b/README.md
index bd3a898e4..e04f91eb4 100644
--- a/README.md
+++ b/README.md
@@ -228,10 +228,18 @@ Configure the following fields and press `CTRL+S` to save the configuration:
Follow the MCP install guide,
with the standard config from above. You can also install the Chrome DevTools MCP server using the VS Code CLI:
+For macOS and Linux:
+
```bash
code --add-mcp '{"name":"io.github.ChromeDevTools/chrome-devtools-mcp","command":"npx","args":["-y","chrome-devtools-mcp"],"env":{}}'
```
+For Windows (PowerShell):
+
+```powershell
+code --add-mcp '{"""name""":"""io.github.ChromeDevTools/chrome-devtools-mcp""","""command""":"""npx""","""args""":["""-y""","""chrome-devtools-mcp"""]}'
+```
+