mcpbeat Sign in

Salesforce Cloud MCP Server

local only

Salesforce Cloud runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 31 Aug 2026.

AI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analytics

Installs per day peak 406 · avg 25 · +16% w/w
a month agotoday
55
Installs / week
npm · @aaronsb/salesforce-cloud-mcp
6
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Salesforce Cloud every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add salesforce-cloud -- npx -y @aaronsb/salesforce-cloud-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "salesforce-cloud": {
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.salesforce-cloud]
command = "npx"
args = ["-y", "@aaronsb/salesforce-cloud-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "salesforce-cloud": {
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "salesforce-cloud": {
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SF_CLIENT_ID (Salesforce Connected App client ID), SF_CLIENT_SECRET (Salesforce Connected App client secret), SF_USERNAME (Salesforce username (if set, uses password flow; otherwise client credentials flow)), SF_PASSWORD (Salesforce password (required with SF_USERNAME for password flow)), SF_LOGIN_URL (Your Salesforce My Domain URL (e.g., https://company.my.salesforce.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Salesforce Cloud

same job, measured the same way
Munin
by getmunin

Open-source all-in-one MCP-first customer platform: KB, Conversations, CRM, CMS, Outreach, Analytics

answering
Inmigreat MCP
by djangelo88

Immigration case intelligence for attorneys. Case tracking, judge analytics, AI predictions.

34 installs/wk local only
Adology MCP Server
by adologyai

Competitive ad intelligence for AI agents: portfolios, ad/content search, analytics, discovery.

answering
Perlucem TBPI — Bank Performance Intelligence
by perlucem

Bank-scoped TBPI analytics for community bank executives. Perlucem account required.

answering
Kordic CRM
by meelad-diggit

CRM integration for leads, pipeline, contacts, accounts, payments, and sales analytics.

answering
Shopops MCP
by enzoemir1

AI e-commerce operations. Inventory, pricing, segmentation, and analytics.

32 installs/wk local only
Sisense MCP Server
by sisense

MCP server leveraging Sisense Intelligence for actionable insights and analytics.

38 installs/wk local only
Coinrailz
by coinrailz

63 paid services via USDC: crypto analytics, satellite, IoT, AI inference, prediction markets.

local only

Salesforce Cloud — questions

Answers built from our own checks of this server.

Why is there no uptime for Salesforce Cloud?
Salesforce Cloud runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @aaronsb/salesforce-cloud-mcp was installed 55 times last week.
How do I connect Salesforce Cloud?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @aaronsb/salesforce-cloud-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Salesforce Cloud?
The npm package @aaronsb/salesforce-cloud-mcp was installed 55 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Salesforce Cloud open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.