docs/debugging-android.md
This is an experimental feature as Puppeteer does not officially support Chrome on Android as a target.
The workflow below works for most users. See Troubleshooting: DevTools is not detecting the Android device for more help for more help.
adb forward tcp:9222 localabstract:chrome_devtools_remote
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"--wsEndpoint=ws://127.0.0.1:9222/devtools/browser/"
],
"trust": true
}
Check the performance of developers.chrome.com
The Chrome DevTools MCP server should now control Chrome on your Android device.