- Step1: Start Chrome with remote debugging enabled using `--remote-debugging-port=9222`
- Step2: Install dependencies with `pnpm i`
- Step3: Run the MCP server with `pnpm run start`
- Step4: Configure your MCP client to connect via the URL `http://localhost:7742/sse`
- Step5: Use the client to send commands and control the browser remotely