Browser tools MCP not working

^This is how I got things working with WSL along with nvm. Hopefully it might help solve your issue

If you are not using nvm then you can ignore the source /home/hyprgk/.nvm/nvm.sh && part and you probably just need to do which npx at the bash prompt and then use that full string as the npx command.

E.g. something like:

{
  "mcpServers": {
    "browser-tools": {
      "command": "wsl",
      "args": [
        "bash",
        "-c",
        "'/home/username/my/path/to/npx -y @agentdeskai/[email protected]'"
      ],
      "enabled": true
    }
  }
}