MCP Server
Maintained
MIT
Salesforce Cloud MCP Server
io.github.aaronsb/salesforce-cloud
What is the Salesforce Cloud MCP server?
Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics
How to install Salesforce Cloud
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SF_CLIENT_IDrequiredsecretSalesforce Connected App client ID
SF_CLIENT_SECRETrequiredsecretSalesforce Connected App client secret
SF_USERNAMESalesforce username (if set, uses password flow; otherwise client credentials flow)
SF_PASSWORDsecretSalesforce password (required with SF_USERNAME for password flow)
SF_LOGIN_URLrequiredYour Salesforce My Domain URL (e.g., https://company.my.salesforce.com)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"salesforce-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/salesforce-cloud-mcp"
],
"env": {
"SF_CLIENT_ID": "<YOUR_SF_CLIENT_ID>",
"SF_CLIENT_SECRET": "<YOUR_SF_CLIENT_SECRET>",
"SF_USERNAME": "<YOUR_SF_USERNAME>",
"SF_PASSWORD": "<YOUR_SF_PASSWORD>",
"SF_LOGIN_URL": "<YOUR_SF_LOGIN_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"salesforce-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/salesforce-cloud-mcp"
],
"env": {
"SF_CLIENT_ID": "<YOUR_SF_CLIENT_ID>",
"SF_CLIENT_SECRET": "<YOUR_SF_CLIENT_SECRET>",
"SF_USERNAME": "<YOUR_SF_USERNAME>",
"SF_PASSWORD": "<YOUR_SF_PASSWORD>",
"SF_LOGIN_URL": "<YOUR_SF_LOGIN_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"salesforce-cloud": {
"command": "npx",
"args": [
"-y",
"@aaronsb/salesforce-cloud-mcp"
],
"env": {
"SF_CLIENT_ID": "<YOUR_SF_CLIENT_ID>",
"SF_CLIENT_SECRET": "<YOUR_SF_CLIENT_SECRET>",
"SF_USERNAME": "<YOUR_SF_USERNAME>",
"SF_PASSWORD": "<YOUR_SF_PASSWORD>",
"SF_LOGIN_URL": "<YOUR_SF_LOGIN_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"salesforce-cloud": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aaronsb/salesforce-cloud-mcp"
],
"env": {
"SF_CLIENT_ID": "<YOUR_SF_CLIENT_ID>",
"SF_CLIENT_SECRET": "<YOUR_SF_CLIENT_SECRET>",
"SF_USERNAME": "<YOUR_SF_USERNAME>",
"SF_PASSWORD": "<YOUR_SF_PASSWORD>",
"SF_LOGIN_URL": "<YOUR_SF_LOGIN_URL>"
}
}
}
}Claude Code
claude mcp add salesforce-cloud --env SF_CLIENT_ID=<YOUR_SF_CLIENT_ID> --env SF_CLIENT_SECRET=<YOUR_SF_CLIENT_SECRET> --env SF_USERNAME=<YOUR_SF_USERNAME> --env SF_PASSWORD=<YOUR_SF_PASSWORD> --env SF_LOGIN_URL=<YOUR_SF_LOGIN_URL> -- npx -y @aaronsb/salesforce-cloud-mcpRelated MCP servers
Jira Cloud
Maintained
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
4
View repository →TypeScript
Confluence Cloud
Maintained
MCP server for Confluence Cloud — page editing, navigation, and content management
0
View repository →TypeScript
MIT
Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven