← Back to Plugins
MCP Server MCP

Salesforce

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-salesforce",
      "version": "0.2.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Salesforce Connected App client ID (recommended path)",
          "isRequired": true,
          "format": "string",
          "name": "SALESFORCE_CLIENT_ID"
        },
        {
          "description": "Salesforce Connected App client secret (recommended path)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SALESFORCE_CLIENT_SECRET"
        },
        {
          "description": "Set to true for sandbox environments",
          "format": "string",
          "name": "SALESFORCE_SANDBOX"
        },
        {
          "description": "Static access token (alternative to OAuth)",
          "format": "string",
          "isSecret": true,
          "name": "SALESFORCE_ACCESS_TOKEN"
        },
        {
          "description": "Salesforce instance URL (required for manual token mode)",
          "format": "string",
          "name": "SALESFORCE_INSTANCE_URL"
        },
        {
          "description": "Custom config directory",
          "format": "filepath",
          "default": "~/.mcp/salesforce",
          "name": "SALESFORCE_CONFIG_DIR"
        },
        {
          "description": "OAuth callback port (0 = OS-assigned)",
          "format": "number",
          "default": "0",
          "name": "SALESFORCE_OAUTH_PORT"
        },
        {
          "description": "Space-separated OAuth scopes",
          "format": "string",
          "name": "SALESFORCE_OAUTH_SCOPES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...