Created
October 13, 2025 03:25
-
-
Save bidyashish/9b2db416861c20ad686302bcd6463965 to your computer and use it in GitHub Desktop.
Run Chrome and Claude Code Macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Step 1 | |
| ```bash | |
| "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --remote-debugging-port=9222 | |
| --user-data-dir="$HOME/.config/google-chrome" | |
| ``` | |
| Step 2 | |
| `claude mcp add chrome-devtools -- npx -y chrome-devtools-mcp@latest -u http://localhost:9222` | |
Author
bidyashish
commented
Oct 13, 2025
Author
Windows
google-chrome --remote-debugging-port=9222 --user-data-dir="$HOME/.config/google-chrome"
Macos
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --remote-debugging-port=9222 --user-data-dir="$HOME/.config/google-chrome"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment