update_post
Modify an existing WordPress post by updating its title, content, or status using the WordPress MCP Server. Input the post ID and desired changes for efficient content management.
Instructions
Update an existing WordPress post
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | New post content | |
password | No | WordPress password (overrides WORDPRESS_PASSWORD env var) | |
postId | Yes | Post ID to update | |
siteUrl | No | WordPress site URL (overrides WORDPRESS_SITE_URL env var) | |
status | No | New post status (draft, publish, etc.) | |
title | No | New post title | |
username | No | WordPress username (overrides WORDPRESS_USERNAME env var) |