82 MCP tools for WooCommerce β products, orders, customers, coupons, shipping, taxes, and more.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for managing WooCommerce stores through AI assistants like Claude. Provides 101 tools covering products, orders, customers, coupons, shipping, taxes, webhooks, settings, reports, and more.
1. Get WooCommerce API keys
In your WordPress admin: WooCommerce > Settings > Advanced > REST API > Add key with Read/Write permissions.
2. Add to your AI tool
No install needed β runs directly via npx:
Add to your project's .mcp.json:
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
Install in Cursor (one-click) or add to .cursor/mcp.json in your project root:
4. Start using it β ask your AI assistant things like:
"List all products that are out of stock" "Create a 10% off coupon for orders over $50" "Show me this week's sales report"
fields param to return only specific fields, reducing response size by 60-97%readOnlyHint, destructiveHint, and idempotentHint on all 101 tools for safe agent behaviorThis server connects to a LIVE WooCommerce store. Every create, update, and delete operation affects real data. Use caution, especially on production stores.
WOOCOMMERCE_MCP_READ_ONLY=true to block all write operations β only list, get, and report tools will work.Most delete operations move items to trash (recoverable). However, these are permanent and cannot be undone:
| Tool | Why it's irreversible |
|---|---|
delete_media | WordPress media deletions bypass trash entirely |
delete_tax_rate | Tax rates have no trash β deleted immediately |
delete_tax_class | Tax classes have no trash β rates become orphaned |
delete_attribute | Removes the attribute AND all its terms from every product |
delete_refund | Removes refund record (does not reverse payment) |
cleanup_orphaned_media | Permanently deletes all unattached media when delete=true |
run_system_tool | System maintenance actions (cache clears, DB updates) cannot be undone |
Some operations affect more than the single item being changed:
batch_update_attribute_terms, batch_update_variations) can create, update, AND delete in a single callFor maximum safety, create WooCommerce API keys with only the permissions you need:
| Domain | Tools |
|---|---|
| Products | list, get, create, update, delete |
| Categories | list, get, create, update, delete |
| Tags | list, get, create, update, delete |
| Brands | list, get, create, update, delete |
| Attributes | list, get, create, delete |
| Attribute Terms | list, create, delete, batch update |
| Variations | list, get, create, update, batch update |
| Orders | list, get, create, update, delete |
| Order Refunds | list, create, delete |
| Order Notes | list, create, delete |
| Customers | list, get, create, update |
| Coupons | list, get, create, update, delete |
| Product Reviews | list, get, update, delete |
| Shipping Zones | list, get, create, update, delete |
| Shipping Zone Methods | list, get, create, update, delete |
| Shipping Classes | list, create |
| Tax Rates | list, get, create, update, delete |
| Tax Classes | list, create, delete |
| Webhooks | list, get, create, update, delete |
| Payment Gateways | list, get, update |
| Settings | list groups, get, update |
| System Status | get status, list tools, run tool |
| Data | list countries, list currencies |
| Reports | sales, top sellers, order/product/customer totals |
| Media | list, delete, cleanup orphaned |
The server exposes 7 MCP resources that provide schema references and guides for AI agents:
| URI | Description |
|---|---|
woo://schema/product | Product fields, types, statuses, and key rules |
woo://schema/order | Order fields, status lifecycle, and payment info |
woo://schema/coupon | Coupon types, limits, restrictions, and rules |
woo://schema/refund | Refund fields, reasons, line items, and processing rules |
woo://reference/product-types | When to use simple, variable, grouped, or external products |
woo://reference/order-statuses | Order status transitions and lifecycle diagram |
woo://reference/payment-gateways | Available payment gateways and their configuration options |
Resources are read-only context that agents can fetch to understand WooCommerce data structures before making API calls.
5 guided workflow prompts that orchestrate multi-step operations:
| Prompt | Args | What it does |
|---|---|---|
setup_variable_product | product_name, attribute_name, variations | Creates a variable product end-to-end: attribute β terms β product β variations β publish |
process_order | order_id | Reviews an order's details and recommends the appropriate status transition |
catalog_overview | (none) | Runs 5 tools in parallel to produce a store dashboard (products, orders, customers, categories, top sellers) |
handle_refund | order_id | Guides through refund processing: review order, select items, create refund, verify |
moderate_reviews | (none) | Reviews pending product reviews and recommends approve/update/delete actions |
Every tool is annotated with behavior hints so AI agents can make safe decisions:
| Annotation | Meaning | Applied to |
|---|---|---|
readOnlyHint | No side effects, safe to call anytime | All list_*, get_*, and report tools (46) |
destructiveHint | Deletes or removes data | All delete_* tools + cleanup_orphaned_media + run_system_tool + batch_update_* (22) |
idempotentHint | Safe to retry, same result each time | All update_* tools (15) |
All tools also set openWorldHint: false β they only interact with WooCommerce, no external side effects.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/woocommerce-mcp-server)<a href="https://allmcps.com/mcp/woocommerce-mcp-server"><img src="https://allmcps.com/api/badge/woocommerce-mcp-server?style=directory" alt="WooCommerce MCP Server on AllMCPs" /></a>