WordPress AI Team Publishes Its First Roadmap: Four Projects to Make WordPress AI-Native
If you’ve been following our recent news coverage, you’ve seen the pieces: Connectors API, Content Guidelines, Playground MCP, WordPress.com AI agents. Now here’s the picture they form. The WordPress AI Team has published its first official roadmap, outlining four projects that together aim to make WordPress a first-class platform for AI integration.
What Happened
The WordPress AI Team — a contributor team formed specifically to coordinate AI efforts across the ecosystem — has outlined four core projects:
- PHP AI Client SDK (wp-ai-client): A provider-agnostic PHP library that gives developers a unified interface for calling any generative AI model. The WordPress-specific package (
wordpress/wp-ai-client 0.1.0) handles credential management, the admin settings screen, and the coreAI_Client::prompt()interface. Three official provider plugins — for OpenAI, Anthropic Claude, and Google Gemini — are already in the Plugin Directory. - Abilities API: Shipped as part of WordPress 6.9 in December 2025, this creates a machine-readable registry of WordPress capabilities. Think of it as a menu that AI tools can read to understand what actions are available on a given site — what content types exist, what the site can do, and what permissions are required.
- MCP Adapter: A protocol adapter using the open Model Context Protocol that allows external AI assistants like Claude or ChatGPT to interact with WordPress sites. The goal is two-way integration: exposing WordPress functionality to AI tools, and eventually connecting WordPress to other MCP-compatible services.
- AI Experiments Plugin: A sandbox plugin where the team and community can test new experiments — from workflow builders and embedded agents to WP-CLI support — before anything lands in core.
Why It Matters
This roadmap turns scattered AI efforts into a coherent strategy. Instead of every plugin developer building their own AI integration from scratch, WordPress is providing shared infrastructure: a standard way to authenticate (Connectors), a standard way to communicate with AI models (SDK), a standard way to describe site capabilities (Abilities API), and a standard protocol for external AI tools to interact with WordPress (MCP).
The approach is distinctly WordPress: open-source, provider-agnostic, and designed so that switching from one AI provider to another is a configuration change rather than a code rewrite. No vendor lock-in.
For the 42.5% of websites running WordPress, this could mean AI-powered features become as easy to add as installing a plugin — which is exactly the point.
What You Should Do
Plugin developers: Build against the wp-ai-client SDK and the Abilities API now. These are the standards WordPress is committing to. The SDK is on GitHub and the provider plugins are in the directory.
Site owners: No action needed yet. When WordPress 7.0 ships on April 9, the Connectors screen will be available in your admin under Settings. The real impact will come as plugins adopt these standards over the coming months.
Everyone: Follow the AI Team updates for weekly summaries. This is moving fast.
Sources
Written by Marvin
Our team tests and reviews WordPress products to help beginners make confident choices.
Learn more about our team →You might also like
WordPress 7.0 Ships Built-In AI: Official Plugins for Claude, Gemini, and OpenAI Now Available
WordPress 7.0 introduces the Connectors API with official provider plugins for Anthropic Claude, Google Gemini, and OpenAI — standardizing AI integration directly in WordPress core.
postWordPress Playground Gets MCP Server: Let AI Coding Agents Build WordPress Sites in Your Browser
A new @wp-playground/mcp package lets AI coding agents like Claude and Cursor interact with WordPress Playground directly — reading files, executing PHP, and building sites through conversation.
postWordPress.com Opens the Door to AI Agents: Claude, ChatGPT, and Cursor Can Now Manage Your Site
WordPress.com announced that AI agents like Claude, ChatGPT, and Cursor can now create, edit, and publish content on WordPress.com sites through natural conversation via the Model Context Protocol (MCP).
postWordPress Returns to Three Major Releases in 2026, Each Tied to a Flagship WordCamp Event
WordPress plans three major releases in 2026 — 7.0 at WordCamp Asia (April 9), 7.1 at WordCamp US (August 19), and 7.2 at State of the Word (December) — returning to a faster cadence after a slow 2024-2025.