Loading MCP server directory, please wait...
MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases.
npx @getmcp/cli add io.github.wyre-technology/salesforce-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway. Set to 'env' for stdio/local use.
SALESFORCE_CLIENT_IDConnected App consumer key. Required when SALESFORCE_AUTH_FLOW=client_credentials.
SALESFORCE_CLIENT_SECRETConnected App consumer secret. Required when SALESFORCE_AUTH_FLOW=client_credentials.
SALESFORCE_INSTANCE_URLSalesforce org's My Domain URL (e.g. https://yourorg.my.salesforce.com). Required when SALESFORCE_AUTH_FLOW=client_credentials.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/salesforce-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AUTH_MODE",
"-e",
"SALESFORCE_AUTH_FLOW",
"-e",
"SALESFORCE_CLIENT_ID",
"-e",
"SALESFORCE_CLIENT_SECRET",
"-e",
"SALESFORCE_INSTANCE_URL",
"-e",
"SALESFORCE_USERNAME",
"-e",
"SALESFORCE_PASSWORD",
"-e",
"SALESFORCE_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/salesforce-mcp:v1.0.2"
],
"env": {
"AUTH_MODE": "env",
"SALESFORCE_AUTH_FLOW": "client_credentials",
"SALESFORCE_CLIENT_ID": "",
"SALESFORCE_CLIENT_SECRET": "",
"SALESFORCE_INSTANCE_URL": "",
"SALESFORCE_USERNAME": "",
"SALESFORCE_PASSWORD": "",
"SALESFORCE_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"LOG_LEVEL": "info"
}
}
}
}