From wordpress-mcp
Manage WordPress content through the MCP Adapter. Use when the user asks to "create a post", "edit a page", "publish content", "update my WordPress site", "draft a blog post", "manage media", "list my pages", "check recent posts", or any request involving WordPress posts, pages, media, categories, or tags. Also trigger on Hebrew: "תעדכן את האתר", "תכתוב פוסט", "תערוך עמוד".
npx claudepluginhub msapps-mobile/claude-plugins --plugin wordpress-mcpThis skill uses the workspace's default tool permissions.
Manage posts, pages, media, categories, and tags on a WordPress site via the WordPress MCP Adapter.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Manage posts, pages, media, categories, and tags on a WordPress site via the WordPress MCP Adapter.
The WordPress MCP Adapter exposes three core tools:
Always start by discovering available abilities if unsure what the site supports.
core/create-post or similarDefault to status: draft unless the user explicitly says to publish.
core/list-posts or core/get-post with the post ID or slugcore/update-post with the changesPages work like posts but use core/create-page, core/update-page, etc.
When editing pages built with Elementor or other page builders, warn the user that REST API changes may not reflect in the visual builder.
core/list-media to browse existing uploadscore/upload-media to add new images/files (if available)core/list-categories and core/list-tags to see existing taxonomy termscore/create-category or core/create-tagIf an ability is not found, re-discover abilities — the site may have different ability names depending on installed plugins. Suggest the user check that the WordPress MCP Adapter plugin is active and the ability is flagged as meta.mcp.public.
See references/wp-content-types.md for detailed WordPress content type schemas and field descriptions.