Back to directory
lciesielski/mcp-salesforce-example

lciesielski/mcp-salesforce-example

@lciesielski

Salesforce MCP sample integration for sending emails and deploying Apex code through MCP tools

salesforcemcpcrmintegrationexamplenodejscloud

Installation & Configuration

{
  "mcpServers": {
    "salesforce-example": {
      "command": "node",
      "args": [
        "server.js"
      ],
      "env": {
        "SALESFORCE_LOGIN_URL": "your_login_url",
        "SALESFORCE_USERNAME": "your_username",
        "SALESFORCE_CLIENT_ID": "your_client_id",
        "SALESFORCE_PRIVATE_KEY": "your_private_key"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13