Skip to content

Instantly share code, notes, and snippets.

@bidyashish
Created October 13, 2025 03:25
Show Gist options
  • Select an option

  • Save bidyashish/9b2db416861c20ad686302bcd6463965 to your computer and use it in GitHub Desktop.

Select an option

Save bidyashish/9b2db416861c20ad686302bcd6463965 to your computer and use it in GitHub Desktop.
Run Chrome and Claude Code Macos
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`
@bidyashish
Copy link
Author

image

@bidyashish
Copy link
Author

bidyashish commented Oct 13, 2025

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