MCP server endpoint returns 404/500 errors (react-bits-mcp.davidhzdev.workers.dev)
Closed this issue · 1 comments
AbhishekBalija commented
Hi, I’ve been trying to connect to the React Bits MCP server as per the documentation:
MCP Server Endpoint: https://react-bits-mcp.davidhzdev.workers.dev/sse
Alternative JSON-RPC Endpoint: https://react-bits-mcp.davidhzdev.workers.dev/mcp
But both endpoints are failing when used with mcp-remote (and in Cursor).
[11537] Connecting to remote server: https://react-bits-mcp.davidhzdev.workers.dev/sse
[11537] Using transport strategy: http-first
[11537] Received error: Error POSTing to endpoint (HTTP 404): Not Found
[11537] Recursively reconnecting for reason: falling-back-to-alternate-transport
[11537] Connecting to remote server: https://react-bits-mcp.davidhzdev.workers.dev/sse
[11537] Using transport strategy: sse-only
[11537] Connection error: SseError: SSE error: Non-200 status code (500)
...
code: 500,
event: {
type: 'error',
message: 'Non-200 status code (500)',
code: 500
}
}
Could you please check and fix the issue
DavidHDev commented
Daily limits are hit. Please don't open issues for this.