Hey @deanrie
Settings > Tools & MCP > Browser Automation: what does it show there? Is it enabled?
It is enabled and says âConnected to Browser Tabâ with âBrowser Tabâ selected in the pulldown
Help > Toggle Developer Tools > Console: what errors show up when the agent tries to call the browser tools?
Just some seemingly unrelated errors
ERR [Extension Host] [otel.error] {"stack":"OTLPExporterError: Bad Request\n\tat IncomingMessage.<anonymous> (/Applications/Cursor.app/Contents/Resources/app/node_modules/@opentelemetry/otlp-exporter-base/build/src/transport/http-transport-utils.js:52:31)\n\tat IncomingMessage.emit (node:events:531:35)\n\tat endReadableNT (node:internal/streams/readable:1698:12)\n\tat process.processTicksAndRejections (node:internal/process/task_queues:90:21)","message":"Bad Request","code":"400","name":"OTLPExporterError","data":"{\"error\":\"Trace spans collection is not enabled for this user\"}"}
The Request ID from the failed call (chat context menu > Copy Request ID)
683f4773-e7ea-41eb-8243-e4624a05791c
Check if this directory exists: ~/.cursor/projects/[path-to-project]/mcps/cursor-ide-browser/tools/
If it does, whatâs inside?
Yes, the directory exists and contains 31 tool definition JSON files (browser_navigate.json, browser_click.json, browser_snapshot.json, etc.).
However, the STATUS.md file at ~/.cursor/projects/[project]/mcps/user-cursor-ide-browser/STATUS.md says:
âThe MCP server errored.â
Found the root cause in the MCP logs:
Log file: ~/Library/Application Support/Cursor/logs/[session]/window[N]/exthost/anysphere.cursor-mcp/MCP user-cursor-ide-browser.log
The browser MCP server is failing to start because the npm package doesnât exist:
Starting new stdio process with command: npx -y @anthropic/mcp-server-puppeteer
npm error 404 Not Found - GET https://registry.npmjs.org/@anthropic%2fmcp-server-puppeteer
npm error 404 The requested resource '@anthropic/mcp-server-puppeteer@*' could not be found