When using the browser tools MCP server in Cursor (GitHub - AgentDeskAI/browser-tools-mcp: Monitor browser logs directly from Cursor and other MCP compatible IDEs.), which has a Chrome extension plugin and allows for taking screenshots of any tab in Chrome with the developer tools open, it is very useful for iterating on front-end development.
However, lately, this process has somehow involved creating a user chat message within the context of the agent chat that says, “Here is a screenshot,” and attaches an image of the screenshot. The problem is that if you have another Cursor window open, this message jumps into that other workspace and disrupts your current discussion, firing off requests without you asking for it.
As a result, I’ve lost three requests here because it keeps trying to send the screenshot to another conversation, while the MCP is returning the screenshot to Cursor in that other conversation. Thus, this step doesn’t even need to happen.
This isn’t a new feature of Browser Tools MCP, as it has not been updated in several months.
This happens on Gemini 2.5 Pro and Claude Sonnet 4 that I’ve tested so far.