wp_update_page is one of 162 MCP tools included in Easy MCP AI — the WordPress plugin that connects Claude, ChatGPT, and any AI assistant to your site.
Install Free Plugin →wp_update_page
DestructiveDescription
Refreshing a landing page hero, fixing a contact detail, or promoting a draft to published — these are exactly the page edits Easy MCP AI handles through natural language. Your AI client sends the instruction, Easy MCP AI resolves the page ID and applies the changes (title, content, status, parent) in a single authenticated call. With OAuth 2.1 + PKCE and audit logging built into Easy MCP AI, every page edit is traceable, making it safe for teams where multiple people share access.
See it in action
wp_list_pages Finding the page to update…
{
"total": 8,
"pages": [
{ "page_id": 15, "title": "About Us", "status": "publish" },
{ "page_id": 18, "title": "Contact", "status": "publish" },
{ "page_id": 22, "title": "Services", "status": "draft" }
]
} wp_update_page {
"page_id": 15,
"title": "About Us",
"status": "publish",
"updated_fields": ["content", "title"]
} Found page #15 — 'About Us'. Content has been updated and the changes are live.
Example Use Cases & Sample Prompts
- Updating contact information
- Prompt: “Find our Contact page and update the phone number and business address to the new ones I gave you.”
- Refreshing a landing page
- Prompt: “Find the ‘Free Trial’ landing page and rewrite the hero section to be more concise and action-oriented.”
- Fixing a draft page
- Prompt: “List my draft pages and publish the one called ‘New Services’.”
- Adding content to an existing page
- Prompt: “Find the ‘About’ page and add a new team members section at the bottom.”
- Unpublishing a page
- Prompt: “Change the ‘Black Friday Deals’ page back to draft status since the sale is over.”
Frequently Asked Questions
What does wp_update_page do?
Refreshing a landing page hero, fixing a contact detail, or promoting a draft to published — these are exactly the page edits Easy MCP AI handles through natural language. Your AI client sends the instruction, Easy MCP AI resolves the page ID and applies the changes (title, content, status, parent) in a single authenticated call. With OAuth 2.1 + PKCE and audit logging built into Easy MCP AI, every page edit is traceable, making it safe for teams where multiple people share access.
How do I use wp_update_page with my AI assistant?
Install the Easy MCP AI WordPress plugin, generate an API token in your dashboard, and connect your AI client (Claude, ChatGPT, Cursor, or any MCP-compatible assistant). Then simply describe what you want in natural language — for example: "Update the 'About Us' page to include our new company mission statement."
Do I need Easy MCP AI to use wp_update_page?
Yes. wp_update_page is one of 162 MCP tools bundled inside the Easy MCP AI WordPress plugin. Install the free plugin from WordPress.org, connect your AI client, and this tool becomes available immediately — no coding required.
Related Tools
PagesHave your AI create a new WordPress page with title, content, and status
Trash or permanently delete a specific page by ID
Fetch the full content and metadata of a specific page by ID
List all WordPress pages with status and hierarchy details
Update a block template's content (requires block theme)
Step 1
Get the Plugin
Install Easy MCP AI on your WordPress site to unlock wp_update_page and all 74 tools instantly.
Step 2
Connect Your AI Client
Already have the plugin? Step-by-step setup guides for Claude, ChatGPT, Cursor, Windsurf, and 10+ more.