# Chrome DevTools Automation

Control and inspect a live Chrome browser to automate tasks, debug issues, and analyze performance. Record traces, capture screenshots, view console and network activity, and emulate CPU, network, or…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add SHAY5555-gif/chrome-devtools-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list SHAY5555-gif/chrome-devtools-mcp
```

---

Source: https://github.com/SHAY5555-gif/chrome-devtools-mcp
