wp-content

Manage WordPress posts, pages, media, categories, and tags via the MCP Adapter.

8|1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/MSApps-Mobile/claude-plugins --skill wp-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-content
Source: https://github.com/MSApps-Mobile/claude-plugins/tree/main/plugins/wordpress-mcp/skills/wp-content
Command: npx skills add https://github.com/MSApps-Mobile/claude-plugins --skill wp-content

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing WordPress content across sites can be fragmented and error-prone, requiring repeated manual use of REST endpoints or admin UIs to create, edit, publish, and organize posts, pages, media, categories, and tags. This Skill provides a structured MCP Adapter workflow so users can perform these tasks consistently and safely through a conversation.

Core Features & Use Cases

  • Discover and Inspect Abilities: Enumerate available MCP abilities on the site and fetch ability schemas before acting.
  • Create, Edit, and Publish Content: Create posts/pages as drafts, update specific fields without overwriting others, and publish only with explicit user consent.
  • Media and Taxonomy Management: List and upload media, assign featured images by ID, and create or assign categories and tags.
  • Use Case: Draft a multilingual blog post, suggest SEO-friendly slug and categories, attach a featured image, and save as draft for review.

Quick Start

Create a draft post titled Weekly Update with the provided content, suggest categories and tags, and attach the specified image as the featured media.

Frequently Asked Questions about wp-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage WordPress posts and pages without using the admin UI?

You can manage WordPress posts and pages through a conversation using the WordPress MCP Adapter, which handles core content endpoints to create, update, and organize site content safely without manual REST API calls.

Can I create a WordPress draft post and attach a featured image programmatically?

Yes, you can draft a post, list and upload media, assign a featured image by its ID, and save the content as a draft for later review using the core content management endpoints provided by the MCP Adapter.

How do I create and assign categories and tags to WordPress content?

You can create and assign categories and tags by utilizing the taxonomy endpoints available in the WordPress MCP Adapter, organizing posts and pages consistently without direct admin panel interaction.

Does the WordPress MCP Adapter require fetching ability schemas before execution?

Yes, the workflow requires discovering available MCP abilities on your site and retrieving the specific ability schemas before executing actions like creating or updating content to ensure structured and safe operations.

What happens when I create WordPress content with Hebrew text?

When creating WordPress content with Hebrew text, the system automatically handles RTL formatting to ensure the posts and pages display correctly within your site's content management workflow.

Will my WordPress post be published immediately when I create it?

No, the content management workflow defaults to saving posts and pages as drafts unless you explicitly request publishing, preventing unintentional live updates to your WordPress site.