PluginBench
MCP Server
Maintained
MIT

Salesforce Cloud MCP Server

io.github.aaronsb/salesforce-cloud

What is the Salesforce Cloud MCP server?

Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics

How to install Salesforce Cloud

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SF_CLIENT_ID
    required
    secret

    Salesforce Connected App client ID

  • SF_CLIENT_SECRET
    required
    secret

    Salesforce Connected App client secret

  • SF_USERNAME

    Salesforce username (if set, uses password flow; otherwise client credentials flow)

  • SF_PASSWORD
    secret

    Salesforce password (required with SF_USERNAME for password flow)

  • SF_LOGIN_URL
    required

    Your Salesforce My Domain URL (e.g., https://company.my.salesforce.com)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "env": {
        "SF_CLIENT_ID": "<YOUR_SF_CLIENT_ID>",
        "SF_CLIENT_SECRET": "<YOUR_SF_CLIENT_SECRET>",
        "SF_USERNAME": "<YOUR_SF_USERNAME>",
        "SF_PASSWORD": "<YOUR_SF_PASSWORD>",
        "SF_LOGIN_URL": "<YOUR_SF_LOGIN_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "env": {
        "SF_CLIENT_ID": "<YOUR_SF_CLIENT_ID>",
        "SF_CLIENT_SECRET": "<YOUR_SF_CLIENT_SECRET>",
        "SF_USERNAME": "<YOUR_SF_USERNAME>",
        "SF_PASSWORD": "<YOUR_SF_PASSWORD>",
        "SF_LOGIN_URL": "<YOUR_SF_LOGIN_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "env": {
        "SF_CLIENT_ID": "<YOUR_SF_CLIENT_ID>",
        "SF_CLIENT_SECRET": "<YOUR_SF_CLIENT_SECRET>",
        "SF_USERNAME": "<YOUR_SF_USERNAME>",
        "SF_PASSWORD": "<YOUR_SF_PASSWORD>",
        "SF_LOGIN_URL": "<YOUR_SF_LOGIN_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "salesforce-cloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "env": {
        "SF_CLIENT_ID": "<YOUR_SF_CLIENT_ID>",
        "SF_CLIENT_SECRET": "<YOUR_SF_CLIENT_SECRET>",
        "SF_USERNAME": "<YOUR_SF_USERNAME>",
        "SF_PASSWORD": "<YOUR_SF_PASSWORD>",
        "SF_LOGIN_URL": "<YOUR_SF_LOGIN_URL>"
      }
    }
  }
}
Claude Code
claude mcp add salesforce-cloud --env SF_CLIENT_ID=<YOUR_SF_CLIENT_ID> --env SF_CLIENT_SECRET=<YOUR_SF_CLIENT_SECRET> --env SF_USERNAME=<YOUR_SF_USERNAME> --env SF_PASSWORD=<YOUR_SF_PASSWORD> --env SF_LOGIN_URL=<YOUR_SF_LOGIN_URL> -- npx -y @aaronsb/salesforce-cloud-mcp

Related MCP servers

Jira Cloud

Maintained

MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields

4
TypeScript
View repository →

MCP server for Confluence Cloud — page editing, navigation, and content management

0
TypeScript
MIT
View repository →

Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven