SERVER
Salesforce
Rank #4,096io.github.mindstone/mcp-server-salesforce
Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects
Listed & last published
May 21, 2026
OVERVIEW
Salesforce is a Model Context Protocol (MCP) server published by mindstone. It ranks #4,096 of 76,851 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Salesforce is listed on Official MCP, with 1 tracked version. It was first listed on May 21, 2026 and most recently updated on May 21, 2026.
STANDING
#4,096of 76,851 tracked serversTop 10%
Ranks ahead of 72,755 of 76,851 servers on MCP Toplist.
CONNECT
Use Salesforce
Add Salesforce to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"mcpServers": {
"mcp-server-salesforce": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-salesforce"
],
"env": {
"SALESFORCE_CLIENT_ID": "<your SALESFORCE_CLIENT_ID>",
"SALESFORCE_CLIENT_SECRET": "<your SALESFORCE_CLIENT_SECRET>",
"SALESFORCE_SANDBOX": "<your SALESFORCE_SANDBOX>",
"SALESFORCE_ACCESS_TOKEN": "<your SALESFORCE_ACCESS_TOKEN>",
"SALESFORCE_INSTANCE_URL": "<your SALESFORCE_INSTANCE_URL>",
"SALESFORCE_CONFIG_DIR": "<your SALESFORCE_CONFIG_DIR>",
"SALESFORCE_OAUTH_PORT": "<your SALESFORCE_OAUTH_PORT>",
"SALESFORCE_OAUTH_SCOPES": "<your SALESFORCE_OAUTH_SCOPES>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry
ORGANIZATION
mindstone
VERSIONS
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | May 21, 2026 |
FAQ
Frequently asked questions
- Who maintains Salesforce?
- Salesforce is maintained by mindstone, which publishes 37 MCP servers (38 total versions) tracked on MCP Toplist.
- Is Salesforce listed on the Official MCP Registry?
- Yes — Salesforce is listed on the Official MCP Registry.
- How many versions does Salesforce have?
- MCP Toplist tracks 1 version of Salesforce, most recently published on May 21, 2026.
- Where can I find the source code for Salesforce?
- The source code for Salesforce is hosted at github.com/mindstone/mcp-servers.
EXPLORE