Back to MCP Servers

Salesforce Server

Query Salesforce CRM objects, run SOQL queries, and manage records for sales and customer data workflows

salesforcecrmsoqlenterprisecommunity

Installation

npm install -g @salesforce/mcp-server

Configuration

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

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub