diff --git a/README.md b/README.md
index a4e8fab7..09280c55 100644
--- a/README.md
+++ b/README.md
@@ -186,6 +186,19 @@ The same way chrome-devtools-mcp can be configured for JetBrains Junie in `Setti
+
+ Goose
+
+#### Click the button to install:
+
+[](https://block.github.io/goose/extension/?cmd=npx&arg=-y%20chrome-devtools-mcp%40latest&id=chrome_devtools&name=Chrome%20Devtools&description=Control%20a%20live%20Chrome%20browser%20using%20Model-Context-Protocol)
+
+#### Or install manually:
+
+Go to `Advanced settings` -> `Extensions` -> `Add custom extension`. Name to your liking, use type `STDIO`, and set the `command` to `npx -y chrome-devtools-mcp@latest`. Click "Add Extension".
+
+
+
Kiro