Back to directory
@tsmztech/mcp-server-salesforce

@tsmztech/mcp-server-salesforce

@tsmztech152

An MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabling natural language interactions with your Salesforce data and metadata.

SalesforceCRMdata managementApexSOQLSOSLcloud

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
2025/1/14
Updated
2026/6/8