← Back to browse

Salesforce Marketing

Indexed by io.github.ZLeventer

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSF_USERNAME SF_PASSWORD SF_SECURITY_TOKEN SF_LOGIN_URL SF_API_VERSION
Claude Code
claude mcp add --env SF_USERNAME= --env SF_PASSWORD= --env SF_SECURITY_TOKEN= --env SF_LOGIN_URL= --env SF_API_VERSION= salesforce-marketing-mcp -- npx salesforce-marketing-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"salesforce-marketing-mcp","command":"npx","args":["salesforce-marketing-mcp"],"env":{"SF_USERNAME":"","SF_PASSWORD":"","SF_SECURITY_TOKEN":"","SF_LOGIN_URL":"","SF_API_VERSION":""}}'
JSON
{
  "mcpServers": {
    "salesforce-marketing-mcp": {
      "command": "npx",
      "args": [
        "salesforce-marketing-mcp"
      ],
      "env": {
        "SF_USERNAME": "",
        "SF_PASSWORD": "",
        "SF_SECURITY_TOKEN": "",
        "SF_LOGIN_URL": "",
        "SF_API_VERSION": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.