Skip to content
Cline

Salesforce Cloud for Cline

io.github.aaronsb/salesforce-cloud

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

client:Cline transport:stdio runtime:npm

Install Salesforce Cloud in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Salesforce Cloud in other clients