Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Environment: macOS; Cursor (full license). MCP servers are URL-based using mcp-proxy (SSE) on localhost port 7071 and 7072.
What happens: Confluence and Jira MCP servers are configured in mcp.json with url pointing to localhost:7071/sse and localhost:7072/sse (no command/args). A separate process runs mcp-proxy which spawns the real MCP backends (Docker) and exposes them over SSE. From terminal, the proxy works: curl to the sse endpoint shows valid SSE. In Cursor, any MCP tool call (e.g. confluence_get_current_user) fails with: Expecting value: line 1 column 1 (char 0). No MCP error in Settings; servers appear connected.
Possible cause: The error suggests Cursor’s MCP client receives empty or non-JSON when reading the response from the URL/SSE transport—likely a client-side bug in how Cursor handles URL/SSE MCP responses.
Steps to Reproduce
- Configure MCP servers in mcp.json with url set to localhost:7071/sse and localhost:7072/sse.
- Start the SSE proxy (e.g. mcp-proxy) so it listens on 7071 and 7072 and bridges to stdio MCP backends.
- In Cursor, reload MCP or restart Cursor.
- Invoke any tool from either server (e.g. get current user).
- Observe: Expecting value: line 1 column 1 (char 0) while curl to the same sse endpoint shows valid SSE.
Expected Behavior
Tool calls to the URL/SSE MCP servers should succeed when the proxy is running and responds correctly to curl.
Operating System
MacOS
Version Information
Cursor IDE (latest). Issue reproduced after Reload Window and full restart.
Does this stop you from using Cursor
No - Cursor works, but with this issue