WP Manifestindependent plugin directory
manifest / ai / wordpress-crud-abilities

WordPress CRUD Abilities

Content CRUD abilities for the WordPress Abilities API. Official WP ships the API + MCP adapter — not a full content CRUD ability set yet. 37 wcrud/* tools for AI agents.

by Matteo Lavaggi · github.com/matteolavaggi/wordpress-crud-abilities · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/matteolavaggi/wordpress-crud-abilities/archive/refs/heads/master.zip

From the readme

WordPress CRUD Abilities Ready-to-use content CRUD abilities for the WordPress Abilities API — so AI agents and automation tools can manage posts, pages, media, users, taxonomies, and settings through a standard, permission-aware interface. Works with the Abilities API and optionally the MCP Adapter for Model Context Protocol exposure. Why this plugin exists WordPress ships the Abilities API (framework + registry + REST) so plugins can declare discoverable, schema-validated actions for AI and automation. What core does not ship today is a complete, official set of content-management abilities (create/update/delete posts, pages, media, users, taxonomies, options, and so on). Until WordPress provides an official alternative, this plugin fills that gap: 40 production-ready wcrud/ abilities that any MCP-compatible agent (Claude, ChatGPT, Cursor, VS Code, etc.) can discover and invoke — with normal WordPress capability checks. | Layer | Official WordPress status | This plugin | |-------|---------------------------|-------------| | Abilities API (register / discover / execute) | ✅ Core / abilities-api | Depends on it | | MCP Adapter (expose abilities as MCP tools) | ✅ mcp-adapter

Read the full README on GitHub →