mcp_create_user
Create a new WordPress user with required username and email. Optionally set password, first and last name, role, and send welcome email.
Instructions
Create a new WordPress user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Login username | |
| Yes | Email address | ||
| password | No | Password (auto-generated if omitted) | |
| first_name | No | First name | |
| last_name | No | Last name | |
| role | No | User role | subscriber |
| send_notification | No | Send welcome email |