create-user
Generate and manage new WordPress users by specifying login credentials, personal details, and roles directly via the MCP server's REST API integration.
Instructions
Create a new WordPress user
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Description of the user | |
| Yes | Email address for the new user | ||
| firstName | No | First name for the user | |
| lastName | No | Last name for the user | |
| locale | No | Locale for the user | |
| name | No | Display name for the user | |
| newPassword | Yes | Password for the new user | |
| newUsername | Yes | Login name for the new user | |
| nickname | No | The nickname for the user | |
| password | Yes | WordPress application password | |
| roles | No | Roles assigned to the user | |
| siteUrl | Yes | WordPress site URL | |
| slug | No | An alphanumeric identifier for the user | |
| url | No | URL of the user | |
| username | Yes | WordPress username |