commercecloud-mcp-server

BrinsilElias/commercecloud-mcp-server

3.3

If you are the rightful owner of commercecloud-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Commerce Cloud MCP Server facilitates seamless integration between AI applications and Salesforce Commerce Cloud using the Model Context Protocol (MCP).

🛍️ Commerce Cloud MCP Server

A server that helps connect your AI applications with Salesforce Commerce Cloud. It uses the Model Context Protocol (MCP) to make data exchange between your AI client application and Commerce Cloud instance.

✨ Features

  • 🛍️ Product management and updates
  • 📊 Order analysis and insights
  • 🗂️ Custom object operations
  • 📄 Content asset management
  • ⚙️ Environment-based configuration

🔄 Flow Diagram

Flow Diagram

🚀 Setup Instructions

Prerequisites

  • Node.js version 22 or higher
  • Git
  • A Salesforce Commerce Cloud instance with OCAPI access
  • An MCP client application (like Claude Desktop App)

Installation Steps

  1. Clone the repository:
git clone https://github.com/your-username/commercecloud-mcp-server.git
cd commercecloud-mcp-server
  1. Install dependencies:
npm install
  1. Create and configure your environment file:
cp .env.example .env

Edit the .env file with your Salesforce Commerce Cloud credentials.

  1. Build the project:
npm run build
  1. Import OCAPI configurations:

    The OCAPI configuration files are located in the data/ocapi directory. Import them into your SFCC Business Manager:

    • Log into Business Manager
    • Navigate to Administration > Site Development > Open Commerce API Settings
    • For each JSON file in the data/ocapi directory:
      • Select the appropriate API type (Shop/Data)
      • Copy the contents of the JSON file
      • Paste into the configuration field
      • Click "Save"

    These configurations enable the necessary endpoints for the MCP server to function.

  2. Configure your MCP client application (Example - Claude Desktop App):

    • Open Claude Desktop App
    • Go to File > Settings > Developer > Edit Config
    • This will open a folder containing a file claude_desktop_config.json
    • Open the file in an editor and add the server details:
{
  "mcpServers": {
    "commercecloud": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/commercecloud-mcp-server/dist/index.js"]
    }
  }
}

Note: Replace /ABSOLUTE/PATH/TO/ with the actual path to your project folder.

📋 Use Cases

Use Case NameDescriptionImplementation Status
Product DetailsFetch product information from Commerce Cloud✅ Supported Now
Product UpdatesGenerate product descriptions from images and update product details automatically✅ Supported Now
Order DetailsAnalyze order patterns and get insights about customer purchase behavior✅ Supported Now
Custom ObjectsRead, Write, and Create custom objects✅ Supported Now
Content AssetsFetch content assets from Commerce Cloud✅ Supported Now
Content UpdatesGenerate content body from design images and update content assets automatically✅ Supported Now
Site PreferencesManage site-specific configurations and preferences🔄 Future Implementation
Promotions & CampaignManage promotions and campaigns🔄 Future Implementation
Job ConfigurationsManage job configurations🔄 Future Implementation

📚 Supporting Documentation

📄 License

This project is licensed under the MIT License - see the file for details.

👥 Credits

Greater minds than mine are behind creating tools that made this project possible. I would like to mention those projects

I hope you find this tool useful! 🌟

Made with ❤️ by Brinsil.