Sfcc Dev
Freeby MCP Community
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
v1.1.0Added Apr 12, 2026
mcpsalesforcecommerce-cloudsfccdevelopment
Sfcc Dev MCP Server
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
Installation
Reviews
Installation
Quick install
npx -y sfcc-dev-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"sfcc-dev": {
"command": "npx",
"args": ["-y", "sfcc-dev-mcp"]
}
}
}