Manage 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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install wordpress-mcp或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install wordpress-mcp⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/wordpress-mcp/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: wordpress-mcp description: Manage 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. ---
Manage 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 enabled安装 WordPress MCP 后,可以对 AI 说这些话来触发它
Help me get started with WordPress MCP
Explains what WordPress MCP does, walks through the setup, and runs a quick demo based on your current project
Use WordPress MCP to manage WordPress sites via MCP (Model Context Protocol) through AI ...
Invokes WordPress MCP with the right parameters and returns the result directly in the conversation
What can I do with WordPress MCP in my marketing & growth workflow?
Lists the top use cases for WordPress MCP, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/wordpress-mcp/ 目录(个人级,所有项目可用),或 .claude/skills/wordpress-mcp/(项目级)。重启 AI 客户端后,用 /wordpress-mcp 主动调用,或让 AI 根据上下文自动发现并使用。
WordPress MCP 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
WordPress MCP 可免费安装使用。请查阅仓库了解许可证信息。
Manage 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.
Automate my marketing & growth tasks using WordPress MCP
Identifies repetitive steps in your workflow and sets up WordPress MCP to handle them automatically
WordPress MCP 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。