Server Directory
CommunicationAdvanced

Salesforce

by Salesforce

GitHub
1.5k

Connect to Salesforce CRM for comprehensive customer data. Query accounts, contacts, opportunities, leads, and custom objects using SOQL with full API access.

CAPABILITIES

  • SOQL query execution
  • Account and contact management
  • Opportunity tracking
  • Lead management
  • Custom object access
  • Report and dashboard generation

INSTALLATION

Terminal
npx -y @salesforce/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@salesforce/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Communication
Difficulty
Advanced
Maintained By
Salesforce
NPM Package
@salesforce/mcp-server

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →