WordPress ecommerce integration. Manage products, orders, and customers programmatically.
npx -y @woocommerce/mcp-server-woocommerce
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"woocommerce": {
"command": "npx",
"args": ["-y", "@woocommerce/mcp-server-woocommerce"]
}
}
}
```
fetch_datacreate_recordupdate_resourceget_infolist_resourcesWordPress ecommerce integration. Manage products, orders, and customers programmatically.
Language: PHP
Category: APIs