You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,19 @@ The same way chrome-devtools-mcp can be configured for JetBrains Junie in `Setti
186
186
187
187
</details>
188
188
189
+
<details>
190
+
<summary>Goose</summary>
191
+
192
+
#### Click the button to install:
193
+
194
+
[](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)
195
+
196
+
#### Or install manually:
197
+
198
+
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".
0 commit comments