ZeroToWP
newsby Marvin

WordPress 7.0 Ships Built-In AI: Official Plugins for Claude, Gemini, and OpenAI Now Available

Share this article

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

M

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

Leave A Reply

Thanks for choosing to leave a comment. All comments are moderated, and your email address will NOT be published. Please do NOT use keywords in the name field.