Salesforce
About
MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AUTH_MODE SALESFORCE_AUTH_FLOW SALESFORCE_CLIENT_ID SALESFORCE_CLIENT_SECRET SALESFORCE_INSTANCE_URL SALESFORCE_USERNAME SALESFORCE_PASSWORD SALESFORCE_TOKEN MCP_TRANSPORT LOG_LEVELClaude Code
claude mcp add --env AUTH_MODE= --env SALESFORCE_AUTH_FLOW= --env SALESFORCE_CLIENT_ID= --env SALESFORCE_CLIENT_SECRET= --env SALESFORCE_INSTANCE_URL= --env SALESFORCE_USERNAME= --env SALESFORCE_PASSWORD= --env SALESFORCE_TOKEN= --env MCP_TRANSPORT= --env LOG_LEVEL= salesforce-mcp -- docker ghcr.io/wyre-technology/salesforce-mcp:v1.0.2
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"salesforce-mcp","command":"docker","args":["ghcr.io/wyre-technology/salesforce-mcp:v1.0.2"],"env":{"AUTH_MODE":"","SALESFORCE_AUTH_FLOW":"","SALESFORCE_CLIENT_ID":"","SALESFORCE_CLIENT_SECRET":"","SALESFORCE_INSTANCE_URL":"","SALESFORCE_USERNAME":"","SALESFORCE_PASSWORD":"","SALESFORCE_TOKEN":"","MCP_TRANSPORT":"","LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"salesforce-mcp": {
"command": "docker",
"args": [
"ghcr.io/wyre-technology/salesforce-mcp:v1.0.2"
],
"env": {
"AUTH_MODE": "",
"SALESFORCE_AUTH_FLOW": "",
"SALESFORCE_CLIENT_ID": "",
"SALESFORCE_CLIENT_SECRET": "",
"SALESFORCE_INSTANCE_URL": "",
"SALESFORCE_USERNAME": "",
"SALESFORCE_PASSWORD": "",
"SALESFORCE_TOKEN": "",
"MCP_TRANSPORT": "",
"LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.