HomeMarketing & E-Commerce › Salesforce Marketing

Salesforce Marketing

MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting.

TypeScript CloudLocal macOSWindowsLinux

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y salesforce-marketing-mcp@1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "salesforce-marketing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "salesforce-marketing-mcp@1.0.1"
      ],
      "env": {
        "SF_USERNAME": "<YOUR_VALUE>",
        "SF_PASSWORD": "<YOUR_VALUE>",
        "SF_SECURITY_TOKEN": "<YOUR_VALUE>",
        "SF_LOGIN_URL": "<YOUR_VALUE>",
        "SF_API_VERSION": "<YOUR_VALUE>"
      }
    }
  }
}
  • SF_USERNAME required — Salesforce login email
  • SF_PASSWORD required secret — Salesforce account password
  • SF_SECURITY_TOKEN required secret — Salesforce security token (appended to password on login)
  • SF_LOGIN_URL — Login URL — use https://test.salesforce.com for sandbox (default https://login.salesforce.com)
  • SF_API_VERSION — Salesforce REST API version (default 60.0)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry