Stats
Actions
Tags
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).
Copy this JSON into your .mcp.json to enable this server
Add 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"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub jiten-singh-shahi/salesforce-claude-code --plugin salesforce-claude-code