Part of the AI Building Blocks for WordPress initiative
- Purpose: Implement the Model Context Protocol (MCP) standard to expose WordPress abilities to AI assistants and LLMs.
- Scope: Protocol translation, transport implementation, and security controls. Builds on the Abilities API for capability discovery.
- Audience: Site administrators, AI tool developers, and anyone connecting WordPress to AI assistants.
- Standards-based – Implements the open MCP protocol specification.
- Bidirectional – WordPress as both MCP server (expose abilities) and client (connect to other tools).
- Secure by default – Application passwords and capability-based permissions.
- Transport flexible – Support HTTP (REST API) and stdio (WP-CLI) transports.
- MCP Server – Exposes WordPress abilities to external AI assistants
- MCP Client – Connects WordPress to other MCP-enabled tools (future)
- Transport Layer – HTTP, stdio via WP-CLI
Milestone | State |
---|---|
Placeholder repository | created |
MCP server specification | in progress |
Abilities API integration | planned |
Community feedback (#core-ai Slack) | planned |
- Discuss:
#core-ai
channel on WordPress Slack. - Learn: Explore the MCP specification.
- Test: Try the prototype once released.