豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Problem to locate chrome.exe on windows 64 bits. #148

@Prestaplugins

Description

@Prestaplugins

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

Image

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions