wordpress-mcpManage WordPress sites via MCP (Model Context Protocol) through AI Engine. Use for creating/editing posts, SEO analysis, analytics, media management, taxonomy operations, social media scheduling, multilingual content (Polylang), and any WordPress admin task. Requires AI Engine plugin (free) with MCP Server enabled. Also use when asked about WordPress site management, content workflows, or WP-related tasks.
Install via ClawdBot CLI:
clawdbot install jordymeow/wordpress-mcpManage WordPress sites through AI Engine's MCP Server. AI Engine is a free WordPress plugin that exposes a comprehensive MCP interface.
The user needs:
Connection details should be stored in the user's TOOLS.md:
## WordPress MCP
- **URL:** https://example.com/wp-json/mcp/v1/http
- **Bearer Token:** <token from AI Engine MCP settings>
All calls use JSON-RPC 2.0 over HTTP POST:
curl -s -X POST <MCP_URL> \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"<tool_name>","arguments":{...}}}'
List available tools (varies by enabled features):
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
Always start with tools/list to discover what's enabled on this site.
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"mcp_ping","arguments":{}}}
Tools are grouped into features that the site admin enables in AI Engine โ Settings โ MCP Features. Only WordPress core is enabled by default. Always use tools/list to discover what's available.
| Feature | Default | Description |
|---------|---------|-------------|
| WordPress | โ On | Posts, pages, comments, users, media, taxonomies, settings |
| Plugins | Off | Install, activate, update, and modify plugins |
| Themes | Off | Install, activate, switch, and customize themes |
| Database | Off | Execute SQL queries on the WordPress database |
| Polylang | Off | Multilingual content (requires Polylang plugin) |
| WooCommerce | Off | Products, orders, customers (requires WooCommerce) |
| SEO Engine | Off | SEO analysis, analytics (requires SEO Engine plugin) |
| Social Engine | Off | Social media scheduling (requires Social Engine plugin) |
| Dynamic REST | Off | Raw access to WordPress REST API |
See references/features.md for tool details per feature.
mwseo_get_seo_statistics โ Overall site healthmwseo_get_posts_needing_seo โ Posts with SEO problemsmwseo_do_seo_scan per post โ fix with mwseo_set_seo_title, mwseo_set_seo_excerptwp_create_post with post_title, post_content, post_status: "draft"wp_update_post with post_status: "publish" when readypll_translation_status โ See coverage gapspll_get_posts_missing_translation with target languagepll_create_translation โ Create translated post linked to originalStore multiple sites in TOOLS.md and select by name:
### My Blog
- **URL:** https://blog.example.com/wp-json/mcp/v1/http
- **Token:** abc123
### My Shop
- **URL:** https://shop.example.com/wp-json/mcp/v1/http
- **Token:** xyz789
wp_get_post_snapshot instead of multiple calls โ gets post + meta + terms in one requestwp_alter_post for search-replace edits instead of re-uploading entire contentwp_get_posts returns no full content by default โ use wp_get_post for contentstart_date / end_date (not camelCase)tools/list first โ available tools depend on which features the admin enabledGenerated Mar 1, 2026
Agencies can use this skill to manage multiple client WordPress sites for content creation, SEO optimization, and publishing. It enables batch editing of posts, SEO audits across sites, and scheduling social media posts, streamlining client reporting and content updates.
Online retailers can leverage this skill to manage WooCommerce products, update inventory, and handle customer orders via WordPress. It supports product creation, order tracking, and SEO for product pages, enhancing operational efficiency and sales performance.
Publishers running multilingual sites with Polylang can use this skill to create and synchronize translated content. It automates translation workflows, identifies missing translations, and ensures consistent content across languages for global audiences.
IT service providers can offer WordPress maintenance by using this skill to perform updates, manage plugins and themes, and conduct database optimizations. It allows remote troubleshooting, security patches, and performance monitoring for client sites.
Educational institutions can manage course materials, blog posts, and student resources on WordPress. This skill facilitates content creation, media uploads, and taxonomy organization for structured learning portals and community engagement.
Offer a subscription-based service where agencies pay monthly for access to automated WordPress management tools. Revenue comes from tiered plans based on the number of sites managed, features like SEO analysis, and priority support.
Freelancers can use this skill to provide WordPress management as a service, charging per project or hourly. Revenue is generated from tasks like site audits, content updates, and plugin installations, with upselling for ongoing maintenance.
Sell enterprise-level packages to large organizations needing custom WordPress integrations. Revenue comes from one-time setup fees, training, and ongoing support contracts for managing complex sites with features like database and REST API access.
๐ฌ Integration Tip
Always start with the 'tools/list' method to discover enabled features on the site, as tool availability depends on admin settings in AI Engine. Store multiple site configurations in TOOLS.md for efficient multi-site management.
OpenClaw skill that provides a WordPress REST API CLI for posts, pages, categories, tags, users, and custom requests using plain HTTP.
Publish content directly to WordPress sites via REST API with full Gutenberg block support. Create and publish posts/pages, auto-load and select categories from website, generate SEO-optimized tags, preview articles before publishing, and generate Gutenberg blocks for tables, images, lists, and rich formatting. Use when user wants to publish to WordPress, post to blog, create WordPress article, update WordPress post, or convert markdown to Gutenberg blocks.
Use when developing WordPress themes, plugins, customizing Gutenberg blocks, implementing WooCommerce features, or optimizing WordPress performance and security.
Convert a WordPress website to a static site and deploy to Cloudflare Pages. Mirrors the rendered HTML via SSH, extracts only referenced assets (shrinks 1.5GB+ to ~25MB), fixes URLs, self-hosts fonts, strips WordPress cruft, and deploys. Use when migrating a WordPress site to static hosting.
ๅๆ็ซ ๅนถๅๅธๅฐ CSDNใไฝฟ็จๆต่งๅจ่ชๅจๅ + ๆซ็ ็ปๅฝใๆฏๆ้่ฟ Telegram ๅ้ไบ็ปด็ ๏ผๆ ้ VNCใ้ๆ blog-writer ๅไฝๆนๆณ่ฎบ๏ผไบงๅบ้ซ่ดจ้ใๆไธชไบบ้ฃๆ ผ็ๆๆฏๆ็ซ ใ
WordPress.com API integration with managed OAuth. Manage posts, pages, sites, and content. Use this skill when users want to create, read, update, or delete WordPress.com posts, pages, or manage site content. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.