Supabase MCP integration for Claude Code.
Manage your Supabase projects, run SQL queries, handle authentication, storage, and real-time subscriptions directly from Claude Code.
Authentication is handled automatically via dynamic client registration in most cases.
For CI environments, set these environment variables:
SUPABASE_PROJECT_REF - Your Supabase project referenceSUPABASE_ACCESS_TOKEN - Personal access token with appropriate scopesSee Supabase MCP Documentation for detailed setup instructions.