15 Tools for Posts, Pages & Content
Create, update, search, and batch-edit WordPress content through natural language. Full Gutenberg block support, draft management, and batch operations.
Part of 121 MCP tools in mumcp · Free tier available · Works with Claude, Cursor, Windsurf
What You Can Do
The Content Management toolset gives your AI agent full control over WordPress content. Create posts and pages with structured Gutenberg blocks, search across your entire site, manage drafts, clone existing content, and batch-update up to 25 items at once.
Key Tools
| Tool | Description |
|---|---|
wp_create_post | Create a new post with title, content, status, categories, and tags. |
wp_create_page | Create a new page with title, content, template, and parent page. |
wp_search | Full-text search across all content types. Filter by type, status, and date. |
wp_batch_update | Update up to 25 posts or pages in a single request. Perfect for bulk changes. |
wp_list_drafts | List all draft posts and pages. Great for content pipeline reviews. |
wp_fetch | Fetch full content of any post or page by ID, including Gutenberg block data. |
Example Workflow
"Create a new blog post about WordPress security best practices,
add it to the 'Tutorials' category, and set it as a draft for review."
→ wp_create_post(title, content, status="draft", categories=["Tutorials"])
→ wp_set_seo(id, seo_title, seo_description, focus_keyword)
→ Done in 2 API calls.
Batch Operations
The wp_batch_update tool lets you update up to 25 items per request. Change status, update categories, modify content, or set metadata across multiple posts at once. This makes site-wide content updates fast — even for large WordPress sites.
Ready to Try These Tools?
Install mumcp and start managing WordPress with AI in under 5 minutes.