Describe the bug
I'm trying to use chrome-devtools MCP with Cursor on windows 10 64 bits. I spent my full day trying to make it work, but I failed.
The problem is that it never finds chrome.exe, even when I use --executablePath option.
To Reproduce
Use cursor and windows 64 bits.
Add the MCP server using mcp.json like this :
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"--",
"--executablePath",
"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
]
}
}
}
Try this prompt :
Using chrome-devtools MCP, check LCP for https://web.dev and stop on the 1st error. Show me the error.
Check the result :
"Could not find Google Chrome executable for channel 'stable' at 'C:\Program Files\Google\Chrome\Application\chrome.exe'."
Expected behavior
Use the executablePath option to locate chrome.exe
Chrome version:
140.0.7339.208

Describe the bug
I'm trying to use chrome-devtools MCP with Cursor on windows 10 64 bits. I spent my full day trying to make it work, but I failed.
The problem is that it never finds chrome.exe, even when I use --executablePath option.
To Reproduce
Use cursor and windows 64 bits.
Add the MCP server using mcp.json like this :
Try this prompt :
Using chrome-devtools MCP, check LCP for https://web.dev and stop on the 1st error. Show me the error.
Check the result :
"Could not find Google Chrome executable for channel 'stable' at 'C:\Program Files\Google\Chrome\Application\chrome.exe'."
Expected behavior
Use the executablePath option to locate chrome.exe
Chrome version:
140.0.7339.208