Catalog
io.github.ZLeventer/salesforce-marketing-mcp
OfficialSalesforce Marketing
MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting.
Salesforce tools for leads, campaigns, pipeline, attribution, and reporting.
README not available yet.
Install
Configuration
Environment variables
SF_USERNAMErequiredSalesforce login email
SF_PASSWORDrequiredsecretSalesforce account password
SF_SECURITY_TOKENrequiredsecretSalesforce security token (appended to password on login)
SF_LOGIN_URLLogin URL — use https://test.salesforce.com for sandbox (default https://login.salesforce.com)
SF_API_VERSIONSalesforce REST API version (default 60.0)
claude_desktop_config.json
{
"mcpServers": {
"salesforce-marketing-mcp": {
"command": "npx",
"args": [
"-y",
"salesforce-marketing-mcp@1.0.1"
],
"env": {
"SF_USERNAME": "<YOUR_SF_USERNAME>",
"SF_PASSWORD": "<YOUR_SF_PASSWORD>",
"SF_SECURITY_TOKEN": "<YOUR_SF_SECURITY_TOKEN>",
"SF_LOGIN_URL": "<YOUR_SF_LOGIN_URL>",
"SF_API_VERSION": "<YOUR_SF_API_VERSION>"
}
}
}
}