Comprehensive WooCommerce MCP server with 101 tools for full store management - products, orders, refunds, notes, customers, coupons, reviews, categories, tags, brands, attributes, variations, payment gateways, reports, media, shipping, taxes, webhooks, settings, system status, and data. Features token-optimized field filtering (60-97% savings), 7 MCP resources, 5 guided prompts, tool annotations, and actionable error messages.
Server Config
{
"mcpServers": {
"woocommerce": {
"command": "npx",
"args": [
"-y",
"@amitgurbani/mcp-server-woocommerce"
],
"env": {
"WORDPRESS_SITE_URL": "<YOUR_SITE_URL>",
"WOOCOMMERCE_CONSUMER_KEY": "<YOUR_CONSUMER_KEY>",
"WOOCOMMERCE_CONSUMER_SECRET": "<YOUR_CONSUMER_SECRET>",
"WORDPRESS_USERNAME": "<YOUR_WP_USERNAME>",
"WORDPRESS_APP_PASSWORD": "<YOUR_APP_PASSWORD>"
}
}
}
}