Forum Check:
Checked the forum; this issue has not been reported previously.
Bug Description:
When adding an SSE MCP server in Cursor version 0.47.8
using the following configuration:
"cobrowser": {
"url": "..."
}
Cursor successfully connects and lists available tools (tool_x
, tool_y
) in the Visual MCP settings.
However, when using agent mode to invoke these tools, Cursor incorrectly prefixes the tool names, calling mcp_cobrowser_tool_x
instead of directly calling tool_x
. This results in the tools not being found.
Steps to Reproduce:
- Configure an SSE MCP server in Cursor (
0.47.8
) with:"cobrowser": { "url": "..." }
- Confirm that Cursor connects and correctly lists the tools in Visual MCP settings.
- Activate Cursor’s agent mode and request the agent to use
tool_x
. - Observe Cursor incorrectly attempting to invoke
mcp_cobrowser_tool_x
instead of the correcttool_x
.
Screenshots or Recordings:
Operating System & Cursor Version:
- Operating System: macOS
- Cursor Version:
0.47.8
Blocks Cursor Usage:
Yes, this prevents the correct use of custom MCP tools via Cursor’s agent mode.