salesforce-mcp-server

sudhakar6/salesforce-mcp-server
★ 0 stars Python API Integration Updated today
A custom-built, self-hosted MCP server for Salesforce (REST, Bulk API 2.0, Composite APIs). Independent project, not affiliated with Salesforce.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "salesforce-mcp-serve": {
      "command": "uvx",
      "args": [
        "salesforce-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install salesforce-mcp-server