Home › Marketing & E-Commerce › Salesforce Marketing
Salesforce Marketing
MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting.
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 [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"salesforce-marketing-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"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_USERNAMErequired — Salesforce login emailSF_PASSWORDrequired secret — Salesforce account passwordSF_SECURITY_TOKENrequired 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
meta-ads-mcp
Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale…
facebook-ads-mcp-server
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
osp_marketing_tools
A suite of marketing tools from Open Strategy Partners including writing style, editing codes, and product marketing value map creation.
google-tag-manager-mcp-server
This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
google-ads-mcp-server
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
HitKeep
Stateless 2026-07-28 read-only MCP server for aggregate HitKeep analytics and official docs.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry