Back to MCP Servers
Salesforce Server
Query Salesforce CRM objects, run SOQL queries, and manage records for sales and customer data workflows
salesforcecrmsoqlenterprisecommunity
By Salesforce
Installation
npm install -g @salesforce/mcp-serverConfiguration
{
"mcpServers": {
"salesforce": {
"command": "npx",
"args": ["-y", "@salesforce/mcp-server"],
"env": {
"SALESFORCE_INSTANCE_URL": "https://your-org.my.salesforce.com",
"SALESFORCE_ACCESS_TOKEN": "your-access-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes