Salesforce launches official MCP server for AI CRM access
Salesforce's official MCP server lets AI agents in Claude, Cursor, and Windsurf read and write CRM data, run SOQL queries, and surface Einstein AI insights — all through natural language conversation.
Score breakdown
Teams building AI agents for sales workflows can now connect directly to live Salesforce data — including Einstein AI insights and SOQL queries — without writing custom API integrations or leaving the chat interface.
- 01Salesforce launched an official MCP (Model Context Protocol) server for AI agent CRM integration.
- 02The server is compatible with Claude, Cursor, and Windsurf, and works with Enterprise, Unlimited, and Developer Salesforce editions.
- 03Install command is `npx -y @salesforce/mcp`; configuration is added to the Claude Desktop `mcpServers` config block.
Salesforce has released an official MCP (Model Context Protocol) server, positioning it as a direct bridge between AI coding and productivity agents and live CRM data. Rather than building custom API integrations, developers can add the server to Claude Desktop, Cursor, or Windsurf with a single `npx -y @salesforce/mcp` command and a minimal JSON config block. The server supports reading and writing across all standard Salesforce objects — Accounts, Contacts, Opportunities, Cases — as well as custom objects, and authenticates via OAuth using the logged-in user's existing Salesforce permission sets. Salesforce is listed as one of Anthropic's launch partners for MCP Apps.
The server also renders interactive dashboards directly inside Claude's chat window, eliminating context-switching between the CRM and the agent.
Practically, this means an agent can execute complex SOQL queries, trigger batch record updates, check approval queues, pull activity history, and surface Einstein AI predictions — all within a single conversation thread. The server also renders interactive dashboards directly inside Claude's chat window, eliminating context-switching between the CRM and the agent. Use cases highlighted by the author include instant lead qualification with account history analysis, bulk opportunity updates across verticals using natural language batch commands, and competitor win/loss analysis powered by Einstein insights. The server is compatible with Enterprise, Unlimited, and Developer editions of Salesforce.
Key facts
- 01Salesforce launched an official MCP (Model Context Protocol) server for AI agent CRM integration.
- 02The server is compatible with Claude, Cursor, and Windsurf, and works with Enterprise, Unlimited, and Developer Salesforce editions.
- 03Install command is `npx -y @salesforce/mcp`; configuration is added to the Claude Desktop `mcpServers` config block.
- 04Supports full read/write access to standard and custom Salesforce objects (Accounts, Contacts, Opportunities, Cases).
- 05Agents can run SOQL queries, manage pipeline approvals, pull reports, and access Einstein AI predictions through natural language.
- 06Authentication is handled via OAuth, with permissions enforced by the user's existing Salesforce role and permission sets.
- 07Salesforce is one of Anthropic's launch partners for MCP Apps, and the server renders interactive dashboards directly inside Claude's chat window.