Back to Browse

Salesforce MCP Server

Business ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (39/41 approved). 2 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Salesforce Connected App client ID (recommended path)Optional

Environment variable: SALESFORCE_CLIENT_ID

Salesforce Connected App client secret (recommended path)Required

Environment variable: SALESFORCE_CLIENT_SECRET

Set to true for sandbox environmentsOptional

Environment variable: SALESFORCE_SANDBOX

Static access token (alternative to OAuth)Required

Environment variable: SALESFORCE_ACCESS_TOKEN

Salesforce instance URL (required for manual token mode)Optional

Environment variable: SALESFORCE_INSTANCE_URL

Custom config directoryOptional

Environment variable: SALESFORCE_CONFIG_DIR

OAuth callback port (0 = OS-assigned)Optional

Environment variable: SALESFORCE_OAUTH_PORT

Space-separated OAuth scopesOptional

Environment variable: SALESFORCE_OAUTH_SCOPES

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mindstone-mcp-server-salesforce": {
      "env": {
        "SALESFORCE_SANDBOX": "your-salesforce-sandbox-here",
        "SALESFORCE_CLIENT_ID": "your-salesforce-client-id-here",
        "SALESFORCE_CONFIG_DIR": "your-salesforce-config-dir-here",
        "SALESFORCE_OAUTH_PORT": "your-salesforce-oauth-port-here",
        "SALESFORCE_ACCESS_TOKEN": "your-salesforce-access-token-here",
        "SALESFORCE_INSTANCE_URL": "your-salesforce-instance-url-here",
        "SALESFORCE_OAUTH_SCOPES": "your-salesforce-oauth-scopes-here",
        "SALESFORCE_CLIENT_SECRET": "your-salesforce-client-secret-here"
      },
      "args": [
        "-y",
        "@mindstone/mcp-server-salesforce"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!