Salesforce for Claude Desktop
io.github.mindstone/mcp-server-salesforce
Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects
client:Claude Desktop
transport:stdio
runtime:npm
Install Salesforce in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server-salesforce": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-salesforce"
],
"env": {
"SALESFORCE_CLIENT_ID": "<SALESFORCE_CLIENT_ID>",
"SALESFORCE_CLIENT_SECRET": "<SALESFORCE_CLIENT_SECRET>",
"SALESFORCE_SANDBOX": "<SALESFORCE_SANDBOX>",
"SALESFORCE_ACCESS_TOKEN": "<SALESFORCE_ACCESS_TOKEN>",
"SALESFORCE_INSTANCE_URL": "<SALESFORCE_INSTANCE_URL>",
"SALESFORCE_CONFIG_DIR": "<SALESFORCE_CONFIG_DIR>",
"SALESFORCE_OAUTH_PORT": "<SALESFORCE_OAUTH_PORT>",
"SALESFORCE_OAUTH_SCOPES": "<SALESFORCE_OAUTH_SCOPES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs