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)
{
"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