Server Config
{
"mcpServers": {
"salesforce": {
"command": "npx",
"args": [
"@aiondadotcom/mcp-salesforce"
],
"env": {
"SALESFORCE_CLIENT_ID": "your-client-id",
"SALESFORCE_CLIENT_SECRET": "your-client-secret",
"SALESFORCE_INSTANCE_URL": "https://yourorg.salesforce.com"
}
}
}
}