WordPress AI API

WordPress AI API provides a provider-agnostic interface for integrating generative AI capabilities into WordPress plugins and themes. It supports multiple AI providers (OpenAI, Google, Anthropic) through a unified PHP client interface and includes an MCP adapter for bridging to the Model Context Protocol.

API entry from apis.yml

apis.yml Raw ↑
aid: wordpress:ai-api
name: WordPress AI API
description: WordPress AI API provides a provider-agnostic interface for integrating generative AI capabilities
  into WordPress plugins and themes. It supports multiple AI providers (OpenAI, Google, Anthropic) through
  a unified PHP client interface and includes an MCP adapter for bridging to the Model Context Protocol.
humanURL: https://github.com/WordPress/wp-ai-client
tags:
- AI
- Generative AI
- MCP
- WordPress
properties:
- type: Documentation
  url: https://github.com/WordPress/wp-ai-client
- type: GitHubRepository
  url: https://github.com/WordPress/wp-ai-client
- type: Tools
  url: https://github.com/WordPress/mcp-adapter
  title: MCP Adapter