mcpbeat Sign in

Salesforce Marketing MCP Server

local only

Salesforce Marketing runs on your own machine — the client starts it, so there is no endpoint to ping. 18 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 8 · -31% w/w
a month agotoday
18
Installs / week
npm · salesforce-marketing-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add salesforce-marketing-mcp -- npx -y salesforce-marketing-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "salesforce-marketing-mcp": {
      "args": [
        "-y",
        "salesforce-marketing-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.salesforce-marketing-mcp]
command = "npx"
args = ["-y", "salesforce-marketing-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "salesforce-marketing-mcp": {
      "args": [
        "-y",
        "salesforce-marketing-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "salesforce-marketing-mcp": {
      "args": [
        "-y",
        "salesforce-marketing-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SF_USERNAME (Salesforce login email), SF_PASSWORD (Salesforce account password), SF_SECURITY_TOKEN (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Salesforce Marketing

same job, measured the same way
Bing Ads
by mharnett

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

79 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Amazonads MCP
by cprice70

MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports

34 installs/wk local only
Google Ads MCP by AdPlug
by danielpopamd

Google Ads MCP server: 16 tools for reporting, campaigns, keywords, assets. Writes preview first.

answering
Google Ads + Meta Ads + GA4 MCP
by irinabuht12-oss

Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports.

answering
Google Ads
by mharnett

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.

298 installs/wk local only
NordicMCP — Stripe
by nordicmcp

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

answering
Reddit Ads
by mharnett

Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.

66 installs/wk local only

Salesforce Marketing — questions

Answers built from our own checks of this server.

Why is there no uptime for Salesforce Marketing?
Salesforce Marketing runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package salesforce-marketing-mcp was installed 18 times last week.
Is Salesforce Marketing still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Salesforce Marketing?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls salesforce-marketing-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Salesforce Marketing?
The npm package salesforce-marketing-mcp was installed 18 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.