woocommerce-mcp.md

WooCommerce MCP

from"woocommerce"
650

WooCommerce store and product management

Finance
WooCommerceecommerceWordPressproducts
install.sh
# Clone the repository
$git clone https://github.com/woocommerce/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve