SERVER
Salesforce
Rank #3448io.github.mindstone/mcp-server-salesforce
Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects
First listed
May 21, 2026
Last publish date
May 21, 2026
OVERVIEW
Salesforce is a Model Context Protocol (MCP) server published by mindstone. It ranks #3448 of 58,900 servers tracked on MCP Toplist, and its repository has 8 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
#3,448of 58,900 tracked serversTop 10%
Ranks ahead of 55,452 of 58,900 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
- What is Salesforce?
- Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects
- Who maintains Salesforce?
- Salesforce is maintained by mindstone, which publishes 35 MCP servers (34 total versions) tracked on MCP Toplist.
- Is Salesforce an official MCP server?
- 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