Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Browser automation tools aren’t accessible, even though the Tools panel shows “Browser Automation: Ready (Chrome detected)”.
Environment:
Operating System: Windows (after restart)
Using Agent mode in the standard Cursor editor window
Browser Automation status: “Ready (Chrome detected)”
Chrome is installed and running
Server running locally on port 8889
Problem:
When attempting to use browser automation tools, they are not found. For example:
mcp_cursor-browser-extension_browser_navigate → Tool not found
mcp_cursor-browser-extension_browser_snapshot → Tool not found
All other browser tools → Not found
Error message:
Error calling tool: Tool mcp_cursor-browser-extension_browser_navigate not found.
Available tools: [“codebase_search”,“run_terminal_cmd”,“grep”,“delete_file”,…]
What I’ve tried:
Restarting Cursor
Restarting Windows
Verifying Chrome is running
Using call_mcp_tool with different server identifiers (cursor-browser-extension, browser-automation, browser, etc.)
Checking settings — Browser Automation shows “Ready”
Using Agent mode in the standard editor (not a separate Agent Window)
Expected behavior:
Browser automation tools should be available when the status shows “Ready (Chrome detected)”, allowing me to:
Navigate to URLs
Take page snapshots
Click elements
Type in inputs
Run JavaScript
Check console messages
View network requests
Impact:
Cannot perform automated browser testing. I need to verify UI functionality and performance improvements, but cannot interact with the browser programmatically.
is there any workaround?
Steps to Reproduce
Open Cursor IDE
Ensure Chrome is installed and running
Open Settings → Tools & MCP
Verify Browser Automation shows “Ready (Chrome detected)”
Switch to Agent mode (not a separate Agent Window, but Agent mode in the main editor)
Attempt to use browser automation tools by calling:
mcp_cursor-browser-extension_browser_navigate({url: “http://localhost:8889”})
Or any other browser tool like browser_snapshot, browser_click, etc.
Observe the error: “Tool mcp_cursor-browser-extension_browser_navigate not found”
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.3.21 (system setup)
VSCode Version: 1.105.1
Commit: 68e0a0385b87408d050869ea543e3778ad53f780
Date: 2026-01-02T23:46:13.381Z
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
For AI issues: which model did you use?
Model name: Opus 4.5
Additional Information
This issue started since the 2.3.18 update. When I install 2.3.15 the issue solves.
Does this stop you from using Cursor
No - Cursor works, but with this issue


