Supabase mcp bug - Client closed

Could someone please help me with this? I’m using windows and v0.46. I did everything correctly as mentioned in the supabase page but it says client closed. I have added npm and npx to PATH.

Hey, try this:

Here is the solution, i just had someone helping me with that:


I solved this issue by using direct connection string from supabase (their docs suggest Session Pooler), and I added the cmd /c trick in the MCP command. The only downside is that it opens a terminal prompt while running it.