Salesforce DX MCP server for org/user management, metadata/data access, testing, code analysis, LWC, and DevOps. Runs locally, requires Salesforce org authentication (e.g., DEFAULT_TARGET_ORG).
npx claudepluginhub jiten-singh-shahi/salesforce-claude-code --plugin salesforce-claude-codeAdd to your .mcp.json:
{
"mcpServers": {
"salesforce-dx": {
"command": "npx",
"args": [
"-y",
"@salesforce/mcp",
"--orgs",
"DEFAULT_TARGET_ORG",
"--toolsets",
"orgs,metadata,data,users,testing,code-analysis,lwc-experts,devops",
"--allow-non-ga-tools"
]
}
}
}npx