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 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.
postGutenberg 22.7 Introduces Content Guidelines: WordPress Wants AI to Know Your Brand Voice
Gutenberg 22.7 ships two experimental AI-infrastructure features — Content Guidelines for storing brand voice rules and the Connectors credential manager — plus 14 Real-Time Collaboration bug fixes.
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).