Chrome is installed, but mcp doesent works(wsl)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Chrome is installed, but mcp and browser tool doesent works

Steps to Reproduce

Chrome is installed and updated in windows
Two profiles in chrome
Cursor i installed and connected into WSL

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu β†’ About Cursor β†’ Copy)

Version: 1.7.28 (user setup)
VSCode Version: 1.99.3
Commit: adb0f9e3e4f184bba7f3fa6dbfd72ad0ebb8cfd0
Date: 2025-10-01T02:45:21.769Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

No - Cursor works, but with this issue


Chrome version

+1 on Mac Os

Chrome latest version installed
Cursor doesn’t find it

Found the issue, i was use VS remote via ssh and cursor wants chrome to be installed on the remote machine not the local one

1 Like

In the case of WSL, installing Chrome inside WSL helped. Well, it’s not an optimal solution, but better than nothing.)

was anybody successful in providing chrome binary via its path? does not work at all for me

Hi all, we are working on fixing the browser to work in remote (wsl/ssh/dev container) environments.

In the meantime, please add "anysphere.cursor-playwright": ["ui"] to the remote.extensionKind setting to the user settings:

    "remote.extensionKind": {
      "anysphere.cursor-playwright": ["ui"],
    }
4 Likes

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.