AI can not found the Browser tools

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I wan’t AI automitic test my website. But it can not find the Browser tool.

Steps to Reproduce

chat “@Browser is there browser tools?”

Expected Behavior

find tool, can open it

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.4.0-pre.48.patch.0
VSCode Version: 1.105.1
Commit: c40dcdbdedbe489d380e053fddac8ac815688190
Date: 2026-01-18T22:59:53.574Z
Build Type: Stable
Release Track: Early Access
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 25.2.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, this is a known issue in versions 2.3.18+ and Early Access builds.

Key point: Browser automation in Cursor works through built-in tools and should NOT show up as a separate MCP server in Settings > MCP. When you see “No MCP resources available” after asking “@Browser is there browser tools?”, that’s expected because Browser isn’t MCP, it’s a built-in feature.

That said, in your version (2.4.0-pre.48 Early Access) there’s a regression and Browser automation may not work at all. The team is working on a fix, and the ticket is tracked here: Browser MCP Tools Not Available

Workaround: downgrade to 2.2.44, where Browser works reliably:

Alternative: use the Playwright MCP for browser automation: GitHub - remorses/playwriter: MCP to control your Chrome window via extension. Runs Playwright code in a stateful sandbox.

The same thing happens to me. Cursor can no longer use the browser. I set “Update access” = Early Access. Could this setting be causing the problem?

I don’t use MCP.

Version: 2.3.41 (user setup)
VSCode Version: 1.105.1
Commit: 2ca326e0d1ce10956aea33d54c0e2d8c13c58a30
Date: 2026-01-16T19:14:00.150Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200

I got you. But when or how the build-in feature will be involked? Dose the tools description send to AI when browser needs to use?

Hey, good question. Built-in Browser tools work like this:

When tools get called:

  • The AI automatically gets a list of available Browser tools (navigate, click, screenshot, console, network, etc.) when the Agent is running with browser capabilities.
  • The AI decides on its own whether to use them based on your request context.
  • For example, if you say “open google.com in the browser” or “test this page”, the AI sees tools like browser_navigate and browser_screenshot and decides to use them.

How it works technically:

  • Tool descriptions are passed to the AI via the system prompt, so it knows what tools are available and what each one does.
  • The AI analyzes your request and decides which tools it needs, same as with other tools like file_edit or terminal_execute.
  • You see it in the chat when the AI shows something like “Using browser_navigate…” before it acts.

Important: in your version (2.4.0-pre.48 Early Access) this is broken due to a regression, so even if the AI tries to call the tools, they won’t work. That’s why downgrading to 2.2.44 is used as a workaround.

When will it be fixed

2 Likes

Any update on this?

1 Like

This is very annoying. The browser tool is not working at all.

1 Like

Any update on whether this is fixed?


Version: 2.5.0-pre.50.patch.0
VSCode Version: 1.105.1
Commit: 16c7bca518dd054c0a2517da6a2246d470a70070
Date: 2026-02-07T08:30:44.626Z
Build Type: Stable
Release Track: Nightly
Electron: 39.3.0
Chromium: 142.0.7444.265
Node.js: 22.21.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.2.0

So far, it’s possible to re-@Browser, but the pre-release version of cursor is really too unstable. It didn’t work last week, but with this week’s update, it just started working.