mcp-wordpress

Automate WordPress post, page, media, and taxonomy management via MCP server or REST API.

3|1|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/trungdo9/ClauKit --skill mcp-wordpress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-wordpress
Source: https://github.com/trungdo9/ClauKit/tree/main/skills/integrations/mcp-wordpress
Command: npx skills add https://github.com/trungdo9/ClauKit --skill mcp-wordpress

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wp-cli, wp-rest, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamlines WordPress content operations through an MCP server or fallbacks to the REST API, ensuring seamless post, page, media, and taxonomy management without manual HTTP requests.

Core Features & Use Cases

  • MCP Server Integration: Activate and manage WordPress content operations via an MCP server for enhanced control and security.
  • REST API Fallback: Falls back to the REST API when no MCP server is available, ensuring continuous functionality.
  • Use Case: Automate posting, updating, and auditing WordPress content efficiently, even without an MCP server setup.

Quick Start

Create a new post on WordPress using MCP: mcp__wordpress__createPost { "title": "My New Post", "content": "This is my new post content.", "status": "publish" }.

Frequently Asked Questions about mcp-wordpress

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

FAQPage Schema
How do I automate WordPress content management without manual HTTP requests?

WordPress automation uses an MCP server with REST API fallback to manage posts, pages, media, and taxonomies. This approach eliminates manual HTTP requests by streamlining content operations through secure automated endpoints.

Does this WordPress automation tool work if I only have the REST API enabled?

Yes, this tool supports REST API operations by falling back to it when an MCP server is unavailable. This ensures continuous content management functionality for managing posts, pages, and media without requiring an MCP setup.

What do I need to set up before automating WordPress post creation via MCP?

You need a WordPress environment, appropriate secure credentials, and an active MCP server. These prerequisites allow the automation tool to authenticate and safely execute content operations like post creation and taxonomy updates.

How does an MCP server handle WordPress media and taxonomy management?

An MCP server handles WordPress media and taxonomy management by routing operations through its secure interface instead of manual HTTP requests. It directly manages content, automatically falling back to the REST API if the server is unavailable.

Can I use WP-CLI with MCP for WordPress content operations?

Yes, the tool leverages wp-cli and wp-rest dependencies to automate WordPress content operations via an MCP server or REST API fallback. This combination ensures secure post, page, media, and taxonomy management within your environment.