WordPress launches three official plugins to connect Claude (Anthropic), Gemini (Google) and GPT (OpenAI) directly into the ecosystem. Here is what it concretely changes for developers and site owners.
WordPress officially welcomes Claude, Gemini and ChatGPT: what really changes
WordPress is taking a new step in its AI pivot with the launch of three official plugins to directly connect Claude (Anthropic), Gemini (Google) and OpenAI (GPT, DALL·E) models to the core of the ecosystem.
The promise: a unified AI layer on which developers and site creators will be able to build assistants, writing tools, image generation, automation and much more.
Three official plugins to connect the main AI models
WordPress now offers three "provider" extensions that all play the same role: providing a clean, standardized gateway between your site and AI APIs, via the PHP AI Client SDK.
1. AI Provider for Anthropic (Claude)
The AI Provider for Anthropic plugin connects your site to Anthropic's Claude models for advanced text and reasoning.
- Text generation with Claude models (content, summaries, FAQs, complex prompts).
- Function calling support to allow models to call PHP / WordPress functions.
- Extended thinking support, meaning deeper reasoning before returning a response.
- Automatic discovery of available models via the Anthropic API.
📥 Download: wordpress.org/plugins/ai-provider-for-anthropic
📦 GitHub: github.com/WordPress/ai-provider-for-anthropic
2. AI Provider for Google (Gemini)
The AI Provider for Google plugin adds support for Gemini and Imagen models.
- Text generation with Gemini (editorial assistant, chat, code help, etc.).
- Image generation with Imagen and Google's visual models.
- Function calling to trigger WordPress-side actions from AI.
- Discovery of Gemini and Imagen models directly from the Google AI API.
📥 Download: wordpress.org/plugins/ai-provider-for-google
📦 GitHub: github.com/WordPress/ai-provider-for-google
3. AI Provider for OpenAI (GPT, DALL·E)
The AI Provider for OpenAI plugin is the OpenAI equivalent: it exposes GPT, DALL·E and TTS models.
- Text generation with GPT models (articles, emails, messages, scripts, etc.).
- Image generation with DALL·E and GPT image models.
- Function calling to orchestrate workflows in WordPress.
- Web search support for certain models, to enrich responses with web results.
- Automatic discovery of text, image and TTS models available on the OpenAI API.
📥 Download: wordpress.org/plugins/ai-provider-for-openai
📥 WordPress.com: wordpress.com/plugins/ai-provider-for-openai
The common foundation: the PHP AI Client SDK
These three plugins share one thing in common: they all rely on WordPress's PHP AI Client SDK, which defines a unified interface for calling different AI providers without rewriting business logic each time.
In practice, this means:
- A WordPress plugin can talk to Claude, Gemini or GPT via the same PHP API, simply by switching provider.
- Cross-cutting features (prompting, function calling, model management, etc.) are handled consistently.
- Developers can focus on the use case (writing, SEO, e-commerce, customer support…) rather than the differences between provider APIs.
The SDK is available here: github.com/WordPress/php-ai-client
It is documented in the AI Building Blocks for WordPress initiative.
What will these plugins actually be used for?
These new providers are not "ready-made" business-oriented assistants, but AI infrastructure building blocks. They open the way for several categories of use.
1. Give AI to plugins and themes
Plugin authors can integrate AI features without committing to a single provider.
Some use case examples:
- A content editing plugin that offers a writing assistant that can switch between Claude, Gemini or GPT depending on client preference.
- A landing page builder that generates text and images on the fly from a brief, using Gemini or DALL·E.
- A customer support plugin that lets the admin choose their AI engine via a simple provider option.
The provider becomes the standard "AI power outlet" that any plugin can plug into.
2. Create internal WordPress AI assistants
These plugins facilitate the creation of AI tools directly in the admin:
- Content generators for articles, pages, product sheets.
- SEO optimization tools (metas, titles, FAQ) that leverage different models as needed.
- Assistants for site configuration, documentation, translation.
A single assistant plugin can expose a unified interface, while giving the administrator freedom to choose their AI stack: Anthropic, Google, OpenAI or several at once.
3. Advanced orchestration via function calling
All three providers support function calling, which allows an AI model to call PHP-defined functions. This is key to creating AI agents capable of:
- Triggering actions in WordPress (create a draft article, add a category, generate an image and insert it into the media library).
- Interacting with other plugins (forms, WooCommerce, LMS, etc.) via wrapper functions.
- Building complex workflows without reinventing all integrations for each AI provider.
What these plugins do NOT do (yet)
Important to understand: these providers are not turnkey solutions for managing a site or store in one click.
As they stand:
- They do not include, by default, a ready-to-use interface for managing WooCommerce, handling support, or automating all your content.
- They do not replace more "product-oriented" integrations like the WordPress MCP Adapter (to control WordPress from Claude Desktop) or no-code tools like Automator.
However, they give developers, agencies and SaaS product creators a clean foundation to build these experiences:
- Store management assistants (product sheet generation, recommendations, price optimization).
- AI agents capable of calling multiple models depending on the task (Claude for reasoning, Gemini for images, GPT for fast writing).
In summary: a new standard AI layer for the entire WordPress ecosystem
With these three plugins, WordPress finally has a standardized AI infrastructure for the main market players: Anthropic, Google and OpenAI. This is not "yet another magic assistant", but the foundation on which the next generation of themes, plugins and SaaS products around WordPress will be built.
Summary links: