Description
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.
Core Features
Product Content Generation
- Generate featured images for products
- Create full product gallery images
- Generate long product descriptions with tone control
- Generate short product descriptions
- Generate relevant brand suggestions
- Generate SEO-friendly product tags for better discoverability
Tone Options for Descriptions
- Formal & Professional
- Casual & Friendly
- Persuasive & Sales-focused
- Technical & Detailed
- Luxury & Premium
- Creative & Engaging
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.
- Show the chatbot to logged-in customers, guest users, or both
- Display an admin-mode chatbot on WooCommerce admin pages (products, orders, coupons, settings) for administrators and shop managers
- Customise the chatbot name, avatar, colors, welcome message, and input placeholder
- Control which pages the chatbot bubble appears on
- Auto-delete chat history after a configurable number of days (via WP-Cron)
- Admins and shop managers can use the chatbot to create products, generate descriptions, and manage store tasks directly from the frontend
Coupon Creation via Chat
- Create single or multiple WooCommerce coupons through the Store Assistant chatbot with a simple text command
- Supports percentage and fixed discount types
- Create BOGO (Buy One Get One) coupons with the WebToffee Smart Coupons plugin is active
- Duplicate coupon code handling built in
- Admin edit link returned in chat after coupon creation
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.
Settings Overview
The plugin settings are organised across three tabs:
- AI Model Selection — Choose your AI provider and model for each generation feature. Enter a custom ChatGPT API key or use a configured AI Connector.
- Advanced Generation Settings — Toggle the AI-Generated Content Badge and customise the badge message.
- Chatbot — Configure the Store Assistant chatbot: enable/disable, appearance, page visibility, AI model selection, and chat history management.
WordPress Abilities API & MCP Adapter
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.
Requirements
- WordPress 5.0 or higher
- WooCommerce 4.0 or higher
- PHP 7.4 or higher
- ChatGPT API key
- WordPress 6.9+ and the MCP Adapter package (Composer:
composer require wordpress/mcp-adapterin this plugin’s directory, or install the standalone MCP Adapter plugin) for AI agent / MCP support (optional)
Support
For support queries, please visit our support forum or contact us directly.
Screenshots
Installation
- Upload the plugin files to
/wp-content/plugins/ai-content-generator-for-woocommerce - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to WooCommerce > AI Content Generator
- Enter your ChatGPT API key
- Start generating content from the product edit page
For 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
FAQ
-
Do I need a ChatGPT API key?
-
Yes, you need a valid ChatGPT API key to use this plugin. You can obtain one from the OpenAI platform.
-
Can I customise the image generation style?
-
The plugin uses product details including title, categories, and tags to generate contextually relevant images with a professional product photography style.
-
What image sizes are generated?
-
The plugin generates images at 1024×1024 pixels, suitable for most e-commerce needs.
-
What is the AI-Generated Content Badge?
-
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.
-
What is the WordPress Abilities API / MCP Adapter?
-
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.
-
Can AI agents publish products directly?
-
The
webtoffee-ai/create-product-draftability always creates new products as drafts for review. If your workflow allows it, separate abilities can publish:webtoffee-ai/create-product-publishedcreates a new product already published, andwebtoffee-ai/publish-product-draftpublishes an existing draft by product ID. All of these require a user with themanage_woocommercecapability; use publish abilities only when a human has approved the content.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“AI Content Generator for WooCommerce” is open source software. The following people have contributed to this plugin.
Contributors“AI Content Generator for WooCommerce” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “AI Content Generator for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.8
- Added built-in Store Assistant chatbot: frontend bubble on configurable pages (shop, product, cart, checkout, my account, and custom pages), optional guest access, and admin-mode bubble on WooCommerce admin screens for store managers
- Chatbot can create and manage products, generate descriptions/tags/brands/images, create WooCommerce coupons (with auto-generated codes), and update order status; customers can search products, view orders, and browse active coupons
- Chat history stored in a dedicated database table with per-user clear, admin history panel, and automatic cleanup via daily WP-Cron based on configurable retention days
- Added flexible AI provider support: OpenAI, Google Gemini, or Anthropic via official AI Connector plugins or a custom API key toggle, with per-feature model selection on a new AI Model Selection settings tab
- Settings page reorganised into AI Model Selection, Advanced Generation Settings, and Chatbot tabs
- Added Abilities and MCP tools when WebToffee Smart Coupons is active:
webtoffee-ai/create-bogo,webtoffee-ai/list-bogos,webtoffee-ai/toggle-bogo,webtoffee-ai/trash-bogo,webtoffee-ai/restore-bogo,webtoffee-ai/delete-bogo, andwebtoffee-ai/duplicate-bogo - Added
webtoffee-ai/search-product-id,webtoffee-ai/update-product,webtoffee-ai/delete-product, andwebtoffee-ai/update-order-statusAbilities for AI agents - Added “Request a feature” feedback on the settings page and uninstall feedback module
- Tested up to WordPress 7.0
1.0.7
- Added
webtoffee-ai/create-shop-couponAbility 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 response - Admin notices for missing Abilities API (WordPress before 6.9) and missing MCP Adapter now use dismissible
wp_admin_notice()output - MCP Adapter detection: treats the standalone MCP Adapter plugin (
mcp-adapter/mcp-adapter.php) as installed, not only the Composervendorpackage - MCP server metadata version aligned with the plugin release
1.0.6
- Registered plugin’s generation features as WordPress Abilities (WP 6.9+) under
webtoffee-ai-content, with centralized Helper static methods and thin AJAX/Ability handlers - Added MCP support: custom
webtoffee-ai-mcp-server,composer.jsonintegration (composer require wordpress/mcp-adapter),meta.mcp.public => true, and admin notices for missing Abilities API or MCP Adapter package - Expanded product creation/publishing capabilities for AI agents:
webtoffee-ai/create-product-draft,webtoffee-ai/create-product-published, andwebtoffee-ai/publish-product-draft - Enhanced product creation flow with full WooCommerce CSV field support, shared schema methods, and consolidated Helper implementations (
create_product,publish_product, taxonomy/image helpers)
1.0.5
- Added AI-Generated Content Badge: optional frontend notice for AI-generated descriptions, with customisable message
- Added “Show AI Badge” and “Badge Message” fields to the settings page
- Added
_wtofe_ai_generatedpost meta flag, set automatically when a description is applied - Refactored plugin to follow WordPress Plugin Boilerplate directory structure
- Extracted shared logic into Helper, Loader, I18n, Admin, and Public classes
- HTML extracted from PHP methods into dedicated partial files
- All direct API calls removed from AJAX handlers — centralised into Helper
- Tested OK with WooCommerce 10.3.5
- Tested OK with WordPress 6.9
1.0.4
- Tested OK with WooCommerce 10.2
1.0.3
- Tested OK with WooCommerce 10.0.2
- Added product brands generation functionality
- Added product tags generation functionality
1.0.2
- Tested OK with WordPress 6.8 and WooCommerce 9.8
1.0.1
- Fixed issue with image generation not working on product edit page
- Set image alt text, caption, and description to product name
1.0.0
- Initial release
- Featured image generation
- Gallery image generation
- Product description generation with multiple tones
- Debug mode
- WooCommerce integration


