WordPress 7.0 Ships Built-In AI: Official Plugins for Claude, Gemini, and OpenAI Now Available
WordPress just made its biggest bet on AI yet. With WordPress 7.0 (final release April 9, 2026), the platform is shipping a new Connectors API and three official AI provider plugins — for Anthropic Claude, Google Gemini, and OpenAI. This isn't a third-party add-on. It's WordPress building AI infrastructure directly into core.
What Happened
On March 18, the WordPress core team introduced the Connectors API — a new framework for registering and managing connections to external services. While the architecture is designed to grow, the initial scope is focused squarely on AI providers.
At its core is the PHP AI Client SDK (wp-ai-client), a unified interface that lets developers write AI-powered features once and have them work across all supported providers. Users manage their API credentials in a single location under Settings → Connectors, and those credentials are automatically shared with any compatible plugin.
The three official provider plugins ship with different capabilities:
- OpenAI: Text generation (GPT models), image generation (DALL-E), function calling, web search, automatic model discovery
- Anthropic Claude: Text generation (Claude models), extended thinking support, function calling
- Google Gemini: Text generation (Gemini models), image generation (Imagen), function calling
All three require PHP 7.4+ and a valid API key from the respective provider. On WordPress 7.0, the SDK is built in. On WordPress 6.9, you can install it separately.
Why It Matters
Until now, every WordPress AI plugin reinvented the wheel — each with its own API integration, credential storage, and provider lock-in. The Connectors API changes that. Developers can build features against a shared interface, and switching from OpenAI to Claude becomes a configuration change rather than a code rewrite.
For site owners, this means a standardized, secure place to manage AI credentials instead of scattering API keys across a dozen different plugins. It also means the AI plugin ecosystem can mature faster since developers spend less time on plumbing and more on features.
The timing aligns with WordPress.com's recent MCP integration for AI agents and the Playground MCP server. WordPress is clearly positioning itself as an AI-native platform, not just an AI-compatible one.
What You Should Do
Site owners: Nothing urgent. When WordPress 7.0 drops on April 9, the Connectors API will be available automatically. You'll see a new Settings → Connectors screen where you can configure AI providers if and when you need them.
Developers: Start exploring the wp-ai-client SDK on GitHub. If you're building AI features for WordPress, building against this unified interface now means your plugin will work with any provider out of the box. The guide by Rich Tabor is a good starting point.
Everyone: Test WordPress 7.0 Beta 5 on a staging site. The final release is less than three weeks away.
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 Feature Preview: Everything Landing on April 9
With WordPress 7.0 less than three weeks away, here’s the complete rundown of what’s shipping: Real-Time Collaboration, AI Connectors, Command Palette, visual revisions, new blocks, and a refreshed admin.
postWordPress AI Team Publishes Its First Roadmap: Four Projects to Make WordPress AI-Native
The WordPress AI Team lays out a four-project roadmap — PHP AI Client SDK, Abilities API, MCP Adapter, and Experiments Plugin — to standardize how AI integrates with WordPress.
postWordPress 7.0 RC1 Drops Tomorrow: Client-Side Media Pulled, Real-Time Collaboration Off by Default
WordPress 7.0 RC1 releases March 24 at 15:00 UTC with two major last-minute changes: client-side media processing has been pulled entirely, and Real-Time Collaboration ships disabled by default.
postHuman Made's WP:26 Report: WordPress Is Becoming an "Intelligent CMS" for AI Agents
Human Made's WP:26 event and enterprise report frame WordPress as evolving from a publishing platform into a programmable "agentic platform" where AI agents interact with content alongside humans.