Back to Browse

Salesforce Marketing MCP Server

Marketing & SocialUse Caution2.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

2.5
Use Caution2.5Critical Risk

The MCP server implements Salesforce marketing operations functionality with proper authentication via jsforce, but has significant security concerns around credential handling, SOQL injection vulnerabilities, and overly permissive operations. Credentials are required (username, password, security token) but are passed via environment variables as plaintext, and multiple SOQL queries use string interpolation without parameterization, creating SQL injection attack surface. The server's broad permissions match its marketing purpose, but the injection vulnerabilities and lack of input sanitization present real risks. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Salesforce login emailOptional

Environment variable: SF_USERNAME

Salesforce account passwordRequired

Environment variable: SF_PASSWORD

Salesforce security token (appended to password on login)Required

Environment variable: SF_SECURITY_TOKEN

Login URL — use https://test.salesforce.com for sandbox (default https://login.salesforce.com)Optional

Environment variable: SF_LOGIN_URL

Salesforce REST API version (default 60.0)Optional

Environment variable: SF_API_VERSION

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-zleventer-salesforce-marketing-mcp": {
      "env": {
        "SF_PASSWORD": "your-sf-password-here",
        "SF_USERNAME": "your-sf-username-here",
        "SF_LOGIN_URL": "your-sf-login-url-here",
        "SF_API_VERSION": "your-sf-api-version-here",
        "SF_SECURITY_TOKEN": "your-sf-security-token-here"
      },
      "args": [
        "-y",
        "salesforce-marketing-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Salesforce Marketing MCP Server - MCP server for Salesforce — 47 tools for leads, campaigns, | MCP Marketplace