create-user
Add a new user to a WordPress site by specifying details like username, email, password, and roles through the MCP server, enabling streamlined user management.
Instructions
Create a new WordPress user
Input 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 |