Skip to content
Gemini CLI

Salesforce Marketing for Gemini CLI

io.github.zleventer/salesforce-marketing-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install Salesforce Marketing in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "salesforce-marketing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "salesforce-marketing-mcp"
      ],
      "env": {
        "SF_USERNAME": "<SF_USERNAME>",
        "SF_PASSWORD": "<SF_PASSWORD>",
        "SF_SECURITY_TOKEN": "<SF_SECURITY_TOKEN>",
        "SF_LOGIN_URL": "<SF_LOGIN_URL>",
        "SF_API_VERSION": "<SF_API_VERSION>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Salesforce Marketing in other clients