Commercecloud
FreeNot checkedπ€ An MCP server that helps connect your AI applications with your Salesforce Commerce Cloud instance
About
π€ An MCP server that helps connect your AI applications with your Salesforce Commerce Cloud instance
README
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

π 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
- Clone the repository:
git clone https://github.com/your-username/commercecloud-mcp-server.git
cd commercecloud-mcp-server
- Install dependencies:
npm install
- Create and configure your environment file:
cp .env.example .env
Edit the .env file with your Salesforce Commerce Cloud credentials.
- Build the project:
npm run build
Import OCAPI configurations:
The OCAPI configuration files are located in the
data/ocapidirectory. 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/ocapidirectory:- 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.
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 Name | Description | Implementation Status |
|---|---|---|
| Product Details | Fetch product information from Commerce Cloud | β Supported Now |
| Product Updates | Generate product descriptions from images and update product details automatically | β Supported Now |
| Order Details | Analyze order patterns and get insights about customer purchase behavior | β Supported Now |
| Custom Objects | Read, Write, and Create custom objects | β Supported Now |
| Content Assets | Fetch content assets from Commerce Cloud | β Supported Now |
| Content Updates | Generate content body from design images and update content assets automatically | β Supported Now |
| Site Preferences | Manage site-specific configurations and preferences | π Future Implementation |
| Promotions & Campaign | Manage promotions and campaigns | π Future Implementation |
| Job Configurations | Manage job configurations | π Future Implementation |
π Supporting Documentation
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π₯ Credits
Greater minds than mine are behind creating tools that made this project possible. I would like to mention those projects
- colinhacks for (zod).
- Egoist for (tsup)
I hope you find this tool useful! π
Made with β€οΈ by Brinsil.
Installing Commercecloud
This server has no published package β it is built from source. Open the repository and follow its README.
βΈ github.com/brinzl/commercecloud-mcp-serverFAQ
Is Commercecloud MCP free?
Yes, Commercecloud MCP is free β one-click install via Unyly at no cost.
Does Commercecloud need an API key?
No, Commercecloud runs without API keys or environment variables.
Is Commercecloud hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Commercecloud in Claude Desktop, Claude Code or Cursor?
Open Commercecloud on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install β the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Commercecloud with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
