MCP Hub
Back to servers

Woocommerce

WooCommerce MCP Pack — wraps the WooCommerce REST API v3

Registry
Updated
Apr 15, 2026

mcp-woocommerce

WooCommerce MCP Pack — wraps the WooCommerce REST API v3

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
woo_list_productsList products from a WooCommerce store.
woo_get_productGet a single product by ID from a WooCommerce store.
woo_list_ordersList orders from a WooCommerce store.
woo_get_orderGet a single order by ID from a WooCommerce store.
woo_list_customersList customers from a WooCommerce store.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "woocommerce": {
      "url": "https://gateway.pipeworx.io/woocommerce/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use woocommerce

License

MIT

Reviews

No reviews yet

Sign in to write a review