Back to directory
tsmztech/mcp-server-salesforce

tsmztech/mcp-server-salesforce

@tsmztech

Salesforce MCP Server for natural language interactions with Salesforce data and metadata.

salesforcecrmmcpintegrationsoqlsoslcloud

Installation & Configuration

{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": [
        "-y",
        "@tsmztech/mcp-server-salesforce"
      ],
      "env": {
        "SALESFORCE_CONNECTION_TYPE": "User_Password",
        "SALESFORCE_USERNAME": "your_username",
        "SALESFORCE_PASSWORD": "your_password",
        "SALESFORCE_TOKEN": "your_security_token",
        "SALESFORCE_INSTANCE_URL": "org_url"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13