wp_create_post
Create a new WordPress post with title, content, categories, tags, and scheduling options. Set status to draft, pending, private, or publish directly from the MCP server.
Instructions
Create a new WordPress post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| slug | No | ||
| tags | No | ||
| title | Yes | ||
| status | No | draft | |
| sticky | No | ||
| content | No | ||
| excerpt | No | ||
| categories | No | ||
| featured_media | No | ||
| scheduled_date | No | ISO or parseable date string to schedule publication |