About
Overview
The WooCommerce MCP Server enables AI agents to interact with WooCommerce stores. It provides tools for managing products, processing orders, handling customers, and configuring store settings through the WooCommerce REST API.
Capabilities
Tools & Capabilities
⚡list_products
List WooCommerce products
⚡create_product
Create a new product
⚡list_orders
List orders
⚡update_order
Update order status
⚡list_customers
List customers
Setup
Installation
bash
Install
npx -y mcp-server-woocommerceExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"woocommerce": {
"command": "npx",
"args": ["-y", "mcp-server-woocommerce"],
"env": {
"WC_URL": "https://your-store.com",
"WC_CONSUMER_KEY": "your-key",
"WC_CONSUMER_SECRET": "your-secret"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 55
Last UpdatedFeb 12, 2026