Docs/Bootstrap/MCP Base/Supabase Login (Non-TTY)

Supabase Login (Non-TTY)

Cursor and Windsurf cannot open browser logins. Use a Supabase access token instead.

Generate an access token

  1. Go to supabase.com/dashboard.
  2. Open your profile menu and select Access Tokens.
  3. Create a new token and copy it immediately.
Keep tokens private
Access tokens grant account-level access. Do not commit or share them.

What the MCP does

The MCP will ask for your token and persist it to~/.supabase/access-tokenso the CLI stays authenticated.

SUPABASE_ACCESS_TOKEN="..." supabase projects list
Using a terminal-based tool? SeeSupabase Login (TTY).
Supabase Login (Non-TTY) | MCP Base | VibeCodeMax Docs