My agent is able to list and call the browser automation tools, but all of those tool calls fail with an errors such as: Process with MCP failed to execute tool browser_snapshot.
Both “MCP: cursor-browser-extension” and “MCP: cursor-ide-browser” output panels display the following logs:
2025-12-16 22:17:02.654 [info] Handling GetInstructions action
2025-12-16 22:17:02.654 [error] No server info found
I have tried both “Browser Tab” and “Google Chrome” mode settings. Both give the same errors.
Steps to Reproduce
Configure Browser Automation setting to “Browser Tab”
Ask the agent: @browser What do you see on the screen?
Observe Process with MCP failed to execute tool browser_snapshot error in thinking block
Expected Behavior
Browser features should work as described.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Hey, thanks for the report. The “No server info found” error means the MCP browser-automation server failed to initialize properly. This is a known issue in 2.2.20 with Browser Tab mode.
Fully restart Cursor (completely end the process, not just close windows) - this often fixes MCP initialization
Clear npx cache: open terminal and run rm -rf ~/.npm/_npx, then restart Cursor
After I followed these two steps I see a new message that I didn’t have before:
So that could explain why it didn’t work.
This seems like a visual bug for Cursor: the backend was disabled by the enterprise, but the UI state didn’t reflect this until I restarted Cursor after I turned the feature “Off” first.
I will follow up with my IT team on getting the feature enabled.