← Back to browse

Salesforce

Indexed by io.github.mindstone

About

Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects

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 varsSALESFORCE_CLIENT_ID SALESFORCE_CLIENT_SECRET SALESFORCE_SANDBOX SALESFORCE_ACCESS_TOKEN SALESFORCE_INSTANCE_URL SALESFORCE_CONFIG_DIR SALESFORCE_OAUTH_PORT SALESFORCE_OAUTH_SCOPES
Claude Code
claude mcp add --env SALESFORCE_CLIENT_ID= --env SALESFORCE_CLIENT_SECRET= --env SALESFORCE_SANDBOX= --env SALESFORCE_ACCESS_TOKEN= --env SALESFORCE_INSTANCE_URL= --env SALESFORCE_CONFIG_DIR= --env SALESFORCE_OAUTH_PORT= --env SALESFORCE_OAUTH_SCOPES= mcp-server-salesforce -- npx @mindstone/mcp-server-salesforce
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-server-salesforce","command":"npx","args":["@mindstone/mcp-server-salesforce"],"env":{"SALESFORCE_CLIENT_ID":"","SALESFORCE_CLIENT_SECRET":"","SALESFORCE_SANDBOX":"","SALESFORCE_ACCESS_TOKEN":"","SALESFORCE_INSTANCE_URL":"","SALESFORCE_CONFIG_DIR":"","SALESFORCE_OAUTH_PORT":"","SALESFORCE_OAUTH_SCOPES":""}}'
JSON
{
  "mcpServers": {
    "mcp-server-salesforce": {
      "command": "npx",
      "args": [
        "@mindstone/mcp-server-salesforce"
      ],
      "env": {
        "SALESFORCE_CLIENT_ID": "",
        "SALESFORCE_CLIENT_SECRET": "",
        "SALESFORCE_SANDBOX": "",
        "SALESFORCE_ACCESS_TOKEN": "",
        "SALESFORCE_INSTANCE_URL": "",
        "SALESFORCE_CONFIG_DIR": "",
        "SALESFORCE_OAUTH_PORT": "",
        "SALESFORCE_OAUTH_SCOPES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.