Appwrite MCP Server

Official

users_create

Create user

Input Schema

NameRequiredDescriptionDefault
emailNoParameter 'email'
nameNoParameter 'name'
passwordNoParameter 'password'
phoneNoParameter 'phone'
user_idYesParameter 'user_id'

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Parameter 'email'", "type": "string" }, "name": { "description": "Parameter 'name'", "type": "string" }, "password": { "description": "Parameter 'password'", "type": "string" }, "phone": { "description": "Parameter 'phone'", "type": "string" }, "user_id": { "description": "Parameter 'user_id'", "type": "string" } }, "required": [ "user_id" ], "type": "object" }

You must be authenticated.

Other Tools