Stats
Actions
Tags
From b2c-dx-mcp
Provides tools for Salesforce B2C Commerce development, including deployment and management capabilities. Runs locally and may require Salesforce authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"b2c-dx-mcp": {
"command": "npx",
"args": [
"-y",
"@salesforce/[email protected]",
"--allow-non-ga-tools"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub salesforcecommercecloud/b2c-developer-tooling --plugin b2c-dx-mcp