npx claudepluginhub orbruno/woocommerce-ccpluginAdd to your .mcp.json:
{
"mcpServers": {
"woocommerce-wordpress": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/index.js"
],
"env": {
"NODE_ENV": "production"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeNODE_ENV=production