
Salesforce
- 10 repo stars
- Updated July 25, 2026
- mindstone/mcp-servers
Salesforce MCP is a Model Context Protocol server that lets coding agents call Salesforce platform tools from Claude Code, Cursor, or similar clients.
About
Salesforce is an MCP server that connects coding agents such as Claude Code, Cursor, and Codex to Salesforce's platform APIs through the Model Context Protocol. Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects Prefer read-first tool calls, confirm environment targets, and keep API credentials in the agent secret store rather than chat history.
- MCP-typed listing for Salesforce (not a skill wrapper)
- Connects Claude Code, Cursor, and Codex to Salesforce via MCP tools
- Backed by mindstone/mcp-servers
- Fits agent workflows that need live platform context mid-implementation
- Requires reviewing auth scopes before production write access
Salesforce by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
claude mcp add --env SALESFORCE_CLIENT_ID=YOUR_SALESFORCE_CLIENT_ID --env SALESFORCE_CLIENT_SECRET=YOUR_SALESFORCE_CLIENT_SECRET --env SALESFORCE_SANDBOX=YOUR_SALESFORCE_SANDBOX --env SALESFORCE_ACCESS_TOKEN=YOUR_SALESFORCE_ACCESS_TOKEN --env SALESFORCE_INSTANCE_URL=YOUR_SALESFORCE_INSTANCE_URL --env SALESFORCE_CONFIG_DIR=YOUR_SALESFORCE_CONFIG_DIR --env SALESFORCE_OAUTH_PORT=YOUR_SALESFORCE_OAUTH_PORT --env SALESFORCE_OAUTH_SCOPES=YOUR_SALESFORCE_OAUTH_SCOPES mcp-server-salesforce -- npx -y @mindstone/mcp-server-salesforceAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Package | @mindstone/mcp-server-salesforce |
| Transport | STDIO |
| Auth | Required |
| Last updated | July 25, 2026 |
| Repository | mindstone/mcp-servers ↗ |
How do I give my coding agent live Salesforce access without constant dashboard context switching?
Connect your coding agent to Salesforce so it can call platform tools during implementation without leaving the editor.
Who is it for?
Developers already on Salesforce who want agent-driven platform operations during build and operate work.
Skip if: Skip if you are not using Salesforce, or cannot safely authorize MCP access to your account.
What you get
Authenticated MCP tool access to Salesforce so implementation and ops tasks stay inside the agent session.
- Registered Salesforce MCP
- Agent-callable platform tools
Salesforce capabilities & compatibility
- Use cases
- api development · orchestration
What Salesforce says it does
Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects
Recommended MCP Servers
How it compares
Official or first-party Salesforce MCP listing, preferred over skill wrappers for the same brand.
FAQ
Who is Salesforce MCP for?
Developers using Salesforce who want coding agents to call platform tools through MCP.
When should I use Salesforce MCP?
When implementation or ops tasks need live Salesforce data or actions inside Claude Code, Cursor, or Codex.
Is Salesforce MCP safe to install?
Review the Security Audits panel and restrict auth scopes before enabling write tools in production.