WordPress plugin exposes site functionality to AI agents
Top 71.9% on sourcepulse
This plugin exposes WordPress functionality to AI agents and LLMs via the Model Context Protocol (MCP), enabling secure, standardized interaction with WordPress sites. It targets developers and AI practitioners looking to integrate WordPress content and actions into AI workflows.
How It Works
The plugin implements MCP using dual transport protocols: STDIO and HTTP-based Streamable (JSON-RPC 2.0). It leverages JWT authentication for secure access and provides a React-based admin interface for token management. An extensible architecture allows for custom tools, resources, and prompts, with adapters for WordPress's feature API and experimental generic tools for any REST API endpoint.
Quick Start & Requirements
.zip
from releases, upload to /wp-content/plugins/
, and activate. For development, use composer install
and npm install && npm run build
.Highlighted Details
Maintenance & Community
Limitations & Caveats
The experimental REST API CRUD tools are noted as potentially changing or being removed in future versions. DELETE operations via these tools should be used with caution.
4 days ago
Inactive