wp_create_application_password
Creates a new application password for a specified user to allow external applications to access the WordPress site with controlled permissions.
Instructions
Creates a new application password for a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| user_id | Yes | The ID of the user to create the password for. | |
| app_name | Yes | The name of the application this password is for. |