π€ An MCP server that helps connect your AI applications with your Salesforce Commerce Cloud instance
Config is the same across clients β only the file and path differ.
{
"mcpServers": {
"commercecloud": {
"args": [
"/ABSOLUTE/PATH/TO/commercecloud-mcp-server/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories β click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience β it helps other developers decide.
Sign in to write a review.
Others in ecommerce
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API β 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for Commercecloud Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.

git clone https://github.com/your-username/commercecloud-mcp-server.git
cd commercecloud-mcp-server
npm install
cp .env.example .env
Edit the .env file with your Salesforce Commerce Cloud credentials.
npm run build
Import OCAPI configurations:
The OCAPI configuration files are located in the data/ocapi directory. Import them into your SFCC Business Manager:
data/ocapi directory:
These configurations enable the necessary endpoints for the MCP server to function.
Configure your MCP client application (Example - Claude Desktop App):
claude_desktop_config.json{
"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 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 |