,

WP 7.0 + AI

No, WordPress 7.0 is not going to directly bring AI agents into your site or automatically expose your content to Claude. I’ve seen lots of misconceptions and misunderstandings of what is actually shipping in WordPress 7.0 in terms of AI functionality. As someone that’s been fairly involved in the Core AI team, thought it might be helpful to have a quick rundown of where things stand.

tldr; WordPress 7.0 ships AI infrastructure, not AI features. There is no risk that in updating to 7.0, your site will all of a sudden start making a bunch of AI requests

What’s coming to Core in 7.0

AI Client

This is probably the biggest piece related to AI that’s shipping in WordPress core as part of 7.0. The AI Client is a provider-agnostic PHP API that allows you to easily send prompts to AI models and receive results through a consistent interface. There are no AI “features” shipping in Core as part of 7.0; this client provides an easy-to-use API that you (and plugin developers) can utilize to build your own AI integrations.

Connectors API

In order to support the above AI Client API, a new Connectors API is shipping in Core. This is a new framework for registering and managing connections to external services. The first focus is on AI providers (think OpenAI) but the long term plan is to support any sort of external connection (think Google Maps or Mailchimp). In order for the AI Client to actually work, it needs an AI provider in place, with proper authentication, and the Connectors API adds the framework for that. No AI connectors are shipping in Core; these will be handled by separate plugins.

Abilities API Changes

The Abilities API shipped in WordPress 6.9 and while it’s not specific to just AI integrations, it works really well in that world. In 7.0, several enhancements will land, probably most importantly a client-side API. This can be used by anyone but lays the framework for easier integration with AI agents (particularly browser agents or WebMCP). Note this doesn’t bring any immediate functionality but gives you the tools to build on yourself.

What’s not coming to Core in 7.0

WordPress 7.0 will ship with a new AI Client, a new Connectors API and further enhancements to the Abilities API. But as of April 10th (things can always change), it will not ship with any of the following:

  • Integrated AI providers; these are all shipping as separate plugins
  • Individual AI features
    • There are plenty of plugins that will handle this. Recommend trying out the core AI plugin that ships with multiple features and experiments you can try out
  • MCP integration allowing things like Claude Code access to your site