40+
June 9, 2026
January 9, 2025
AI Content Generator for WooCommerce is a free plugin that lets you generate high-quality product content and manage your store using AI — all from within your WordPress dashboard.
Connect your preferred AI provider (OpenAI, Google Gemini, or Anthropic) and instantly generate product images, descriptions, tags, and brands. Or use the built-in Store Assistant chatbot to create products, manage coupons, and handle store tasks through a simple chat interface.
Product Content Generation
Tone Options for Descriptions
AI-Generated Content Badge
Optionally display a customisable notice on the product page below AI-generated descriptions, so customers know the content was created with AI assistance. The badge message is fully editable.
Built-in Store Assistant Chatbot
A fully integrated AI chatbot that works right inside your WooCommerce store. No third-party chatbot plugin needed.
Coupon Creation via Chat
Flexible AI Provider Support
Works with your own API key or through the official WordPress AI Connector plugins:
Configure different AI models for different generation features from the AI Model Selection tab in settings.
Debug Mode
Enable API response logging to WooCommerce logs (source: webtoffee-ai) for easy troubleshooting.
The plugin settings are organised across three tabs:
On WordPress 6.9 or higher, this plugin registers the following Abilities:
webtoffee-ai/generate-product-descriptionwebtoffee-ai/generate-product-short-descriptionwebtoffee-ai/generate-product-imagewebtoffee-ai/generate-product-brandswebtoffee-ai/generate-product-tagswebtoffee-ai/mark-product-ai-generatedwebtoffee-ai/create-product-draftwebtoffee-ai/create-product-published (creates a simple product and publishes immediately — use only after human review)webtoffee-ai/publish-product-draft (publishes an existing draft product by ID)webtoffee-ai/create-shop-coupon (create a WooCommerce coupon: title/code, percent or fixed discount, optional fixed cart vs fixed product scope)To enable AI agent access via Claude Desktop, Cursor, Claude Code, or VS Code, install the MCP Adapter either by running the following command inside this plugin’s directory:
composer require wordpress/mcp-adapter
or by activating the standalone MCP Adapter plugin from wordpress.org if you prefer not to use Composer here.
See the MCP Adapter documentation for connection configuration examples.
composer require wordpress/mcp-adapter in this plugin’s directory, or install the standalone MCP Adapter plugin) for AI agent / MCP support (optional)For support queries, please visit our support forum or contact us directly.
/wp-content/plugins/ai-content-generator-for-woocommerceFor MCP / AI agent support (optional):
1. Install MCP Adapter dependencies: either run composer require wordpress/mcp-adapter in this plugin’s directory, or install and activate the standalone MCP Adapter plugin
2. Configure your AI client (Claude Desktop, Cursor, etc.) to connect to the webtoffee-ai-mcp-server MCP server
Yes, you need a valid ChatGPT API key to use this plugin. You can obtain one from the OpenAI platform.
The plugin uses product details including title, categories, and tags to generate contextually relevant images with a professional product photography style.
The plugin generates images at 1024×1024 pixels, suitable for most e-commerce needs.
When enabled in settings, a small notice is displayed below AI-generated product descriptions on the frontend, informing customers that the content was generated with AI assistance. The message is fully customisable.
The WordPress Abilities API (introduced in WP 6.9) provides a standard way to register and expose plugin functionality to AI systems and automation tools. The MCP Adapter builds on this to let AI clients like Claude Desktop and Cursor discover and call plugin features directly. Both are optional — the plugin works fully without them.
The webtoffee-ai/create-product-draft ability always creates new products as drafts for review. If your workflow allows it, separate abilities can publish: webtoffee-ai/create-product-published creates a new product already published, and webtoffee-ai/publish-product-draft publishes an existing draft by product ID. All of these require a user with the manage_woocommerce capability; use publish abilities only when a human has approved the content.
webtoffee-ai/create-bogo, webtoffee-ai/list-bogos, webtoffee-ai/toggle-bogo, webtoffee-ai/trash-bogo, webtoffee-ai/restore-bogo, webtoffee-ai/delete-bogo, and webtoffee-ai/duplicate-bogowebtoffee-ai/search-product-id, webtoffee-ai/update-product, webtoffee-ai/delete-product, and webtoffee-ai/update-order-status Abilities for AI agentswebtoffee-ai/create-shop-coupon Ability and MCP tool: create WooCommerce coupons with percent or fixed discount, optional fixed-cart vs fixed-product scope, duplicate-code handling, and admin edit link in the responsewp_admin_notice() outputmcp-adapter/mcp-adapter.php) as installed, not only the Composer vendor packagewebtoffee-ai-content, with centralized Helper static methods and thin AJAX/Ability handlerswebtoffee-ai-mcp-server, composer.json integration (composer require wordpress/mcp-adapter), meta.mcp.public => true, and admin notices for missing Abilities API or MCP Adapter packagewebtoffee-ai/create-product-draft, webtoffee-ai/create-product-published, and webtoffee-ai/publish-product-draftcreate_product, publish_product, taxonomy/image helpers)_wtofe_ai_generated post meta flag, set automatically when a description is applied