From b2c-dx-mcp
Salesforce B2C DX MCP server running locally as stdio subprocess via npx. Provides tools for B2C Commerce development, supporting non-generally available (non-GA) tools.
npx claudepluginhub salesforcecommercecloud/b2c-developer-tooling --plugin b2c-dx-mcpAdd to your .mcp.json:
{
"mcpServers": {
"b2c-dx-mcp": {
"command": "npx",
"args": [
"-y",
"@salesforce/b2c-dx-mcp@latest",
"--allow-non-ga-tools"
]
}
}
}npx