Requirements

Last updated:
May 25, 2026

Before installing Maxi AI Core, make sure your environment meets the following requirements.

Server Requirements

RequirementMinimum
PHP7.0 or higher
WordPress5.0 or higher
TransportHTTPS

Required PHP Extensions

  • libsodium (sodium) — used for encrypting API keys at rest. Most modern PHP installations include it by default.
  • cURL — used by WordPress for all outbound HTTP requests.
  • JSON — standard in PHP; required for data serialisation.

Tip: You can verify the sodium extension is active by checking phpinfo() or running php -m | grep sodium on the command line.

Required WordPress Plugins

Maxi AI Core depends on companion plugins that expose WordPress to external AI agents:

PluginRequired WhenPurpose
MCP AdapterAlwaysBridges WordPress abilities to the MCP (Model Context Protocol) so external agents can call them
Abilities APIWordPress versions prior to 6.9Registers and manages abilities that agents can discover and execute

Note: From WordPress 7.0 onward, the Abilities API is bundled with core, so the standalone plugin is no longer needed. If you are on an older version of WordPress, install it as a regular plugin.

Maxi AI Core checks for these dependencies gracefully — it will still activate without them, but no agent will be able to discover or run abilities until they are present.

AI Provider Access

You need an API key from at least one supported provider:

ProviderModels
OpenAIGPT-4, DALL-E 3, Vision
AnthropicClaude (text, vision)
OpenRouterMulti-model aggregator
ReplicateFlux image models
BFLBlack Forest Labs / Flux models
LocalSelf-hosted endpoints

You can add multiple providers. The API key you choose determines which models are available to your agents.

License

Maxi AI Core requires an active license. After purchase you will receive a license key to enter in the plugin settings.

A 7-day grace period applies after expiration, and the plugin caches its license status for 24 hours in case the licensing server is temporarily unreachable.

Optional Integrations

These plugins are not required but unlock additional abilities when active:

  • WooCommerce — enables e-commerce abilities (product management, order queries, etc.).
  • Yoast SEO — enables the maxi/set-yoast-term-seo ability for managing term SEO metadata.

HTTPS Requirement

Your WordPress site must be served over HTTPS. The MCP protocol transmits WordPress application passwords with every agent request — serving over plain HTTP would expose those credentials in cleartext.

Next Step

Once your environment meets these requirements, proceed to Installation.