WordPress WooCommerce store integration
Connect to WooCommerce stores for managing products, orders, and customers.
{
"mcpServers": {
"woocommerce": {
"mcpServers": {
"woocommerce": {
"env": {
"WC_URL": "https://your-store.com",
"WC_CONSUMER_KEY": "ck_xxx",
"WC_CONSUMER_SECRET": "cs_xxx"
},
"args": [
"-y",
"woocommerce-mcp-server"
],
"command": "npx"
}
}
}
}
}