wp_create_user
Create a WordPress user by supplying username and email, with optional role, password, and name fields. Automates user provisioning on WordPress sites through the MCP server.
Instructions
Create a new WordPress user with username, email, and optional role/name fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role (default: subscriber) | |
| Yes | Email address | ||
| password | No | Password (auto-generated if omitted) | |
| username | Yes | Username | |
| last_name | No | Last name | |
| first_name | No | First name | |
| display_name | No | Display name |