Install the package globally to make the chrome-devtools command available. You only need to do this the first time you use it.
npm i chrome-devtools-mcp@latest -g
chrome-devtools status # check if install worked.- Command not found: If
chrome-devtoolsis not recognized, ensure your global npmbindirectory is in your system'sPATH. Restart your terminal or source your shell configuration file (e.g.,.bashrc,.zshrc). - Permission errors: If you encounter
EACCESor permission errors during installation, avoid usingsudo. Instead, use a node version manager likenvm, or configure npm to use a different global directory. - Old version running: Run
chrome-devtools stop && npm uninstall -g chrome-devtools-mcpbefore reinstalling, or ensure the latest version is being picked up by your path.