WP Manifestindependent plugin directory
manifest / ai / wp-ai-experiment

wp-ai-experiment

WordPress AI experiment plugin

by Syde GmbH · github.com/mahbubme/wp-ai-experiment · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mahbubme/wp-ai-experiment/archive/refs/heads/main.zip

Declares an update source (false), so updates arrive through the plugin's own updater.

From the readme

wp-ai-experiment WordPress AI experiment plugin Table of Contents Requirements Installation Connecting an AI provider Features Using the abilities from WP-CLI Generating an excerpt in the editor Using the abilities from an MCP client Troubleshooting Further reading Copyright and License Contributing Requirements | Requirement | Why | | --- | --- | | WordPress 7.0 or newer | The Abilities API and the PHP AI Client SDK are bundled in core from 7.0. | | PHP 8.2 or newer | Enforced by the plugin header. | | An AI provider plugin | Core ships the AI client but no provider. Without one, the AI abilities return a "no connected provider" error. | | MCP Adapter | Declared in Requires Plugins, so WordPress will not activate this plugin without it. | | Node.js 22 | Only to build the editor assets. Not needed at runtime. | Installation 1. Install the MCP Adapter This plugin declares Requires Plugins: mcp-adapter, so WordPress refuses to activate it until the adapter is present. Install and activate it first. 2. Install an AI provider Pick whichever provider you have an API key for and activate it: AI Provider for Google (Gemini) AI Provider for OpenAI AI Provider for A

Read the full README on GitHub →