Skip to content
Grok

Salesforce Cloud for Grok

io.github.aaronsb/salesforce-cloud

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

client:Grok transport:stdio runtime:npm

Install Salesforce Cloud in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "salesforce-cloud": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Salesforce Cloud in other clients