- chrome://inspect/#remote-debugging
- 使用 9222 port
- .vscode settings.json
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"--autoConnect",
"--channel=beta"
]
}
}
}