Server data from the Official MCP Registry
Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics
Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics
Set these up before or after installing:
Environment variable: SF_CLIENT_ID
Environment variable: SF_CLIENT_SECRET
Environment variable: SF_USERNAME
Environment variable: SF_PASSWORD
Environment variable: SF_LOGIN_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-aaronsb-salesforce-cloud": {
"env": {
"SF_PASSWORD": "your-sf-password-here",
"SF_USERNAME": "your-sf-username-here",
"SF_CLIENT_ID": "your-sf-client-id-here",
"SF_LOGIN_URL": "your-sf-login-url-here",
"SF_CLIENT_SECRET": "your-sf-client-secret-here"
},
"args": [
"-y",
"@aaronsb/salesforce-cloud-mcp"
],
"command": "npx"
}
}
}This is a well-structured Salesforce MCP server with proper authentication, comprehensive functionality, and security-conscious design. The server requires environment variables for Salesforce OAuth credentials and provides extensive opportunity intelligence capabilities. Minor concerns include unhandled promise rejections and the potential for long processing times with large datasets. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 4 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!