SSE MCP Server works perfectly but Claude Web Interface won't connect - Need help with browser extension workaround #472
Unanswered
JanyaBayana
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
Background:
I've built a MCP server using Python Flask that exposes some data through MCP tools. The server implements SSE (Server-Sent Events) transport and is fully functional - all the JSON-RPC protocols are working correctly, authentication passes, and tools are properly listed.
Technical Details:
Server: Python Flask with SSE endpoint at /{token}/sse
Transport: HTTP with Server-Sent Events (SSE)
Protocol: MCP 2024-11-05 compliant
Authentication: Token-based with Firestore backend
Tools: account listing, property querying, quota management
The Problem:
My logs show everything working perfectly:
-> Successful MCP handshake (initialize method)
-> Proper tool listing (tools/list returns correct schema)
-> Authentication working (user resolved from token)
-> JSON-RPC 2.0 compliant responses
But Claude's web interface simply won't connect.
What I'm Looking For:
Any guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions