Description
Provides comprehensive integration with SAP Commerce Cloud (Hybris) through both OCC API and HAC (Hybris Administration Console) endpoints. Enables product catalog management, order processing, and administrative operations including FlexibleSearch queries, Groovy script execution, ImpEx data import/export, cron job management, cache operations, and catalog synchronization. Handles HAC authentication with automated CSRF token management and session handling, making it valuable for developers and administrators managing Hybris instances.
Installation
git clone https://github.com/emenowicz/hybris-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"sap-commerce-cloud-hybris": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}