Supabase Login (Non-TTY)
Cursor and Windsurf cannot open browser logins. Use a Supabase access token instead.
Generate an access token
- Go to supabase.com/dashboard.
- Open your profile menu and select Access Tokens.
- 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 listUsing a terminal-based tool? SeeSupabase Login (TTY).
