This MCP server manages WooCommerce stores through AI assistants, providing tools for handling products, orders, customers, and more. It supports CRUD operations and various management features via a simple command-line interface.
From the registry: 101 tools for WooCommerce store management with field filtering and guided prompts.
Please install the `mcp-server-woocommerce` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **WooCommerce REST API keys** — WooCommerce > Settings > Advanced > REST API > Add key (Read/Write)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@amitgurbani/mcp-server-woocommerce"]
- required environment variables:
- `WORDPRESS_SITE_URL`: WordPress store URL (example: `https://store.example.com`)
- `WOOCOMMERCE_CONSUMER_KEY`: WooCommerce REST API consumer key (example: `<your-consumer-key>`)
- `WOOCOMMERCE_CONSUMER_SECRET`: WooCommerce REST API consumer secret (example: `<your-consumer-secret>`)
- optional environment variables:
- `WORDPRESS_USERNAME`: WordPress admin username (for media tools)
- `WORDPRESS_APP_PASSWORD`: WordPress Application Password (for media tools)
- `WOOCOMMERCE_MCP_READ_ONLY`: Set to 'true' to block all write/delete operations (example: `true`)
Note: Also supports HTTP transport via MCP_TRANSPORT=http + MCP_AUTH_TOKEN for remote access.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.WORDPRESS_SITE_URLrequiredWordPress store URL (e.g. `https://store.example.com`)WOOCOMMERCE_CONSUMER_KEYrequiredWooCommerce REST API consumer key (`ck_...`)WOOCOMMERCE_CONSUMER_SECRETrequiredWooCommerce REST API consumer secret (`cs_...`)