Salesforce MCP Server
Salesforce CRM MCP server - accounts, contacts, opportunities, leads, tasks, users, and custom objects via the Salesforce API. Its 37 documented tools cover salesforce, account, lead, accounts.
People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
One of 41 MCP servers published from mindstone/mcp-servers. Stars and repository activity are shared across all of them. See all 41 →
VERIFIED ACTIVE
LAST COMMIT 2026-08-19 · VERIFIED 2026-08-25
NOASSERTION · TypeScript servers · how we verify → /methodology
01 · Install Salesforce
before you install - you'll need
Set SALESFORCE_CLIENT_ID, SALESFORCE_CLIENT_SECRET, SALESFORCE_ACCESS_TOKEN before connecting. SALESFORCE_CONFIG_DIR, SALESFORCE_OAUTH_PORT are optional or environment-specific per the README.
Claude Code
claude mcp add mindstone-mcp-servers-connectors-salesfo -- npx -y @mindstone/mcp-server-salesforce Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"mindstone-mcp-servers-connectors-salesfo": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-salesforce"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license no standard license detected - usage rights unclear; check the repo before commercial use
npm package @mindstone/mcp-server-salesforce - published under the repo owner's npm scope (@mindstone)
registry namespace io.github.mindstone is GitHub-verified and matches the repo owner
03 · What Salesforce can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can connect a Salesforce account via OAuth, list connected accounts, create a CRM account, and update a CRM account.
The 37 tools it gives your agent
Extracted from the project's README - what Salesforce lets an agent do.
- salesforce_connect_account
- - Connect a Salesforce account via OAuth
- salesforce_list_connected_accounts
- - List connected accounts
- salesforce_disconnect_account
- - Disconnect an account
- salesforce_get_accounts
- - Get CRM accounts with filters
- salesforce_create_account
- - Create a CRM account
- salesforce_update_account
- - Update a CRM account
- salesforce_get_contacts
- - Get contacts with filters
- salesforce_create_contact
- - Create a contact
- salesforce_update_contact
- - Update a contact
- salesforce_get_opportunities
- - Get opportunities with filters
- salesforce_create_opportunity
- - Create an opportunity
- salesforce_update_opportunity
- - Update an opportunity
show all 37 tools
- salesforce_get_leads
- - Get leads with filters
- salesforce_create_lead
- - Create a lead
- salesforce_convert_lead
- - Convert a lead to Account + Contact
- salesforce_update_lead
- - Update a lead
- salesforce_get_tasks
- - Get tasks with filters
- salesforce_create_task
- - Create a task
- salesforce_update_task
- - Update a task
- salesforce_get_cases
- - Get support cases with filters
- salesforce_create_case
- - Create a support case
- salesforce_update_case
- - Update a support case
- salesforce_get_events
- - Get calendar events with filters
- salesforce_create_event
- - Create a calendar event
- salesforce_search
- - Cross-object full-text search (SOSL); the response's truncated flag tells you whether more matches exist beyond the limit
- salesforce_get_notes
- - Get notes attached to a record
- salesforce_create_note
- - Create a note, optionally attached to a record (a failed attach rolls the note back, or reports the orphaned note ID)
- salesforce_get_campaigns
- - Get marketing campaigns with filters
- salesforce_get_campaign_members
- - Get leads/contacts in a campaign
- salesforce_run_report
- - Run an existing Salesforce report (Analytics REST API)
- salesforce_get_users
- - Get Salesforce users
- salesforce_query
- - Execute raw SOQL queries
- salesforce_describe_object
- - Get object metadata and fields
- salesforce_list_objects
- - List available Salesforce objects
- salesforce_create_record
- - Create any Salesforce record
- salesforce_update_record
- - Update any Salesforce record
- salesforce_get_records
- - Query any Salesforce object
Limitations (from the README)
- salesforce_get_notes - Get notes attached to a record - salesforce_create_note - Create a note, optionally attached to a record (a failed attach rolls the note back, or reports the orphaned note ID)
04 · Who maintains Salesforce
Salesforce is maintained by mindstone. We track 41 MCP servers from mindstone - 41 actively maintained, 10 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from mindstone.
- OpenAI Image OpenAI image generation MCP server for Model Context Protocol hosts ★ 10
- Google Workspace Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more ★ 10
- Slack Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages ★ 10
- HubSpot HubSpot CRM: contacts, deals, tickets, line items, properties, marketing, files, workflows, threads ★ 10
- Gamma Gamma AI presentation generation MCP server for Model Context Protocol hosts ★ 10
- Browser Automation Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs ★ 10
05 · Facts
- repository
- github.com/mindstone/mcp-servers
- category
- productivity - actively maintained as of 2026-08-25.
- registry
- io.github.mindstone/mcp-server-salesforce (active, first published 2026-05-21 · 5 versions)
- packages
- npm:@mindstone/mcp-server-salesforce
06 · Salesforce FAQ
Is Salesforce still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-19. We re-verify nightly.
What can Salesforce do?
With this server connected, an agent can connect a Salesforce account via OAuth, list connected accounts, create a CRM account, and update a CRM account.
How do I install Salesforce?
Run `npx -y @mindstone/mcp-server-salesforce`. The README documents 5 environment variables (SALESFORCE_CLIENT_ID, SALESFORCE_CLIENT_SECRET, SALESFORCE_ACCESS_TOKEN…) to set first. Set SALESFORCE_CLIENT_ID, SALESFORCE_CLIENT_SECRET, SALESFORCE_ACCESS_TOKEN before connecting. SALESFORCE_CONFIG_DIR, SALESFORCE_OAUTH_PORT are optional or environment-specific per the README. You can also paste the ready-made client config above.
Does Salesforce run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Salesforce
Alternatives to Salesforce
Maintained productivity servers if Salesforce isn't the fit.
- Reactive Resume Free open-source resume builder with remote MCP tools for resumes and job applications. ★ 41,676 · 2026-08-24
- Praison AI AI Agents Framework with Self Reflection and MCP support ★ 8,955 · 2026-08-24
- Kaneo Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients ★ 8,508 · 2026-08-24
- Basic Memory Local-first knowledge management with bi-directional LLM sync via Markdown files. ★ 3,749 · 2026-08-24
- Mindwtr Task and project automation for local Mindwtr data, with read-only self-hosted Cloud access. ★ 1,742 · 2026-08-25
- Pm Claude Skills 1117 professional Agent Skills + workflow recipes - searchable & fetchable over MCP. ★ 1,308 · 2026-08-24
Pairs well with
Servers that cover what Salesforce doesn't - only shown when the pairing reason fits the companion.
More productivity MCP servers · ServiceNow · Slack (mindstone) · TalentLMS · Vanta · Wise