Submit

MCP Salesforce Server

@AiondaDotCom

πŸš€ Complete MCP (Model Context Protocol) server for Salesforce integration with Claude Desktop. Provides seamless OAuth authentication, universal CRUD operations on any Salesforce object.

Server Config

{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": [
        "@aiondadotcom/mcp-salesforce"
      ],
      "env": {
        "SALESFORCE_CLIENT_ID": "your-client-id",
        "SALESFORCE_CLIENT_SECRET": "your-client-secret",
        "SALESFORCE_INSTANCE_URL": "https://yourorg.salesforce.com"
      }
    }
  }
}
Β© 2025 MCP.so. All rights reserved.

Build with ShipAny.