Skip to content
Claude Desktop

Salesforce Cloud for Claude Desktop

io.github.aaronsb/salesforce-cloud

AI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analytics

client:Claude Desktop transport:stdio runtime:npm

Install Salesforce Cloud in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "env": {
        "SF_CLIENT_ID": "<SF_CLIENT_ID>",
        "SF_CLIENT_SECRET": "<SF_CLIENT_SECRET>",
        "SF_USERNAME": "<SF_USERNAME>",
        "SF_PASSWORD": "<SF_PASSWORD>",
        "SF_LOGIN_URL": "<SF_LOGIN_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Salesforce Cloud in other clients