© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•5mo ago•
25 replies
bukiwill

Supabase MCP authentication not triggering in Claude Code (Cursor)

Hi,

I'm trying to set up Supabase MCP with the Claude Code extension in Cursor IDE but the automatic authentication flow isn't working. What I've done:

1/ Added this to .claude.json:
{
"mcpServers": {
"supabase": {
"type": "http",
"url": "https://mcp.supabase.com/mcp"
}
}
}

not working

2/ Created .mcp.json in project root with:
{
"mcpServers": {
"supabase": {
"transport": {
"type": "sse",
"url": "https://mcp.supabase.com/mcp"
}
}
}
}

not working

3/ Restarted Cursor/VSCode multiple times
4/ Tried both with and without explicit transport type

Expected: Browser window opens for Supabase authentication
Actual: No authentication prompt appears, no MCP connection established
Workaround attempted: Created a personal access token and added it via Authorization: Bearer header in the config, but still no connection.

Environment:
IDE: Cursor with Claude Code extension
OS: macOS
No errors in Claude Code output logs (completely blank)

Is there a specific setup step for Claude Code in Cursor, or a way to manually trigger the authentication flow?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Supabase MCP + Claude Code
SupabaseSSupabase / help-and-questions
4mo ago
Supabase MCP & Claude Code
SupabaseSSupabase / help-and-questions
7mo ago
mcp with claude code
SupabaseSSupabase / help-and-questions
9mo ago
Supabase MCP dont Work in my Cursor
SupabaseSSupabase / help-and-questions
6mo ago