How to add browser tools mcp on Windows?

I tried to solve it by changing the command.

{
  "mcpServers": {
    "browser-tools": {
      "command": "cmd",
      "args": ["/c", "npx -y @agentdeskai/[email protected]"],
      "enabled": true
    }
  }
}

result

4 Likes