MCP browser-tools Guide

On your computer make a directory C:\Users\User\mcp\

Open your CMD as admin in your desktop, go to your “mcp folder” and prompt:

C:\Users\User\mcp>git clone GitHub - AgentDeskAI/browser-tools-mcp: Monitor browser logs directly from Cursor and other MCP compatible IDEs.

After this u enter the folder “browser-tools-mcp”, like this:

C:\Users\User\mcp>cd browser-tools-mcp

then u run the command:

C:\Users\Usuario\mcp\browser-tools-mcp>npx @agentdeskai/[email protected]

now u closse terminal…

go to cursor MCP tools in mcp.json u bash

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

Make sure to have node installed globally in your computer