Help us improve
Share bugs, ideas, or general feedback.
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-mcpHow this skill is triggered — by the user, by Claude, or both
Slash command
/wordpress-mcp:wp-contentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage posts, pages, media, categories, and tags on a WordPress site via the WordPress MCP Adapter.
Create and manage WordPress posts, pages, media, categories, tags, and menus using WP-CLI or REST API. For blog posts, page updates, media uploads, bulk operations.
Publishes blog posts to WordPress or Webflow with SEO metadata, categories, scheduling, and pre-publish quality checks.
This skill should be used when the user wants to interact with a Ghost blog via its Content and Admin APIs. Relevant when the user says things like 'list my blog posts', 'create a new draft', 'publish my draft', 'schedule a post for tomorrow', 'upload an image to my blog', 'manage blog tags', 'show my Ghost site info', 'filter posts by tag', 'delete a post', 'list members', 'send a newsletter', or any Ghost blog management task involving posts, pages, tags, members, newsletters, tiers, or images.
Share bugs, ideas, or general feedback.
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.