內容簡介
Enable Abilities for MCP 讓您全面控制 AI 助手透過 MCP (Model Context Protocol) 介面可用的 WordPress 能力。此外掛擴展了 WordPress 6.9 引入的 Abilities API,提供簡單的管理介面來開啟或關閉各項內容管理能力。
【主要功能】
• 提供 32 種能力,分為 6 類別
• WooCommerce 相容,管理產品與訂單
• 管理介面可切換每項能力
• 每項能力的精細控制
• 設計安全,具備適當的能力檢查
• 符合 WPCS 標準
外掛標籤
開發者團隊
原文外掛簡介
Enable Abilities for MCP gives you full control over which WordPress Abilities are available to AI assistants through the MCP (Model Context Protocol) Adapter.
WordPress 6.9 introduced the Abilities API, allowing external tools to discover and execute actions on your site. This plugin extends that functionality by registering a comprehensive set of content management abilities and providing a simple admin interface to toggle each one on or off.
Features
32 abilities organized in 6 categories: Core, Read, Write, SEO, Utility, and Custom Post Types
WooCommerce compatible — manage products, orders, and any custom post type with full meta field access (_price, _sku, _stock, etc.)
Admin dashboard with toggle switches for each ability
Per-ability control — expose only what you need
Secure by design — proper capability checks, input sanitization, and per-post permission validation
WPCS compliant — fully passes WordPress Coding Standards (phpcs)
MCP-ready — all abilities include show_in_rest and mcp.public metadata
Available Abilities
Read (safe, query-only):
Get posts with filters (status, category, tag, search)
Get single post details (content, SEO meta, featured image)
Get categories, tags, pages, comments, media, and users
Write (create & modify):
Create, update, and delete posts
Create categories and tags
Create pages
Moderate comments
Reply to comments as the authenticated user
Upload images from external URLs to the media library (with optional auto-assign as featured image)
SEO — Rank Math:
Get full Rank Math metadata for any post/page (title, description, keywords, robots, Open Graph, SEO score)
Update Rank Math metadata: SEO title, description, focus keyword, canonical URL, robots, Open Graph, primary category, pillar content
Custom Post Types:
List all registered custom post types with configuration and taxonomies
Get items from any CPT with filtering, search, and taxonomy queries
Get full details of a CPT item including all meta fields (WooCommerce, ACF, JetEngine, etc.)
Create, update, and delete CPT items with taxonomy and meta field support
Get CPT taxonomies with their terms
Assign taxonomy terms to CPT items
Utility:
Search and replace text in post content
Site statistics overview (now includes custom post type counts)
Requirements
WordPress 6.9 or later (Abilities API)
MCP Adapter plugin installed and configured
PHP 8.0 or later
