supabase-mcp

create_user

Generate new user accounts with email and password for Supabase databases, storage, and edge functions using the provided metadata.

Instructions

Create a new user

Input Schema

NameRequiredDescriptionDefault
dataNoAdditional user metadata
emailYesUser email
passwordYesUser password

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Additional user metadata", "type": "object" }, "email": { "description": "User email", "type": "string" }, "password": { "description": "User password", "type": "string" } }, "required": [ "email", "password" ], "type": "object" }

You must be authenticated.

Other Tools from supabase-mcp

Related Tools

ID: vwi6nt8i80