Loading MCP server directory, please wait...
MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting.
npx @getmcp/cli add io.github.ZLeventer/salesforce-marketing-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SF_USERNAMESalesforce login email
SF_PASSWORDSalesforce account password
SF_SECURITY_TOKENSalesforce security token (appended to password on login)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ZLeventer/salesforce-marketing-mcp": {
"command": "npx",
"args": [
"-y",
"salesforce-marketing-mcp"
],
"env": {
"SF_USERNAME": "",
"SF_PASSWORD": "",
"SF_SECURITY_TOKEN": "",
"SF_LOGIN_URL": "",
"SF_API_VERSION": ""
}
}
}
}