What can the Salesforce MCP server do?

Salesforce runs three kinds of MCP: hosted servers for your CRM data, a developer server with 60+ tools, and Agentforce as a client.

An admin approves every new account by hand. Nothing is created until then. We reply by email; no newsletter, no sequence.

app.salescrew.io/inbox
The unified reply inbox with classified threads

The short answer

  • Salesforce offers out-of-the-box MCP servers for core CRM data, Data Cloud and Tableau, per its engineering blog of 22 July 2026.
  • The Salesforce DX MCP server gives developers over 60 tools in 14 toolsets, from SOQL queries to metadata deploys, and runs against orgs authorised in the Salesforce CLI.
  • Agentforce MCP support works in reverse: Agentforce agents call outside MCP servers that an admin registers and allowlists.
  • Claude and similar MCP clients reach Salesforce through per-user interactive OAuth, so each person grants access with a click.

Three products share one name

Search "Salesforce MCP" and you'll find pages about three different things. Your answer depends on which one you mean, so sort them first.

The hosted servers are the ones a sales team cares about. Salesforce's July 2026 post names servers for core CRM data, Data Cloud and Tableau. You connect Claude or another client, sign in, and the AI client works on records through your login.

The DX MCP server is for developers. It lives on GitHub under the Salesforce CLI team and runs on your own machine. Its tools query data with SOQL, deploy metadata, run tests and manage orgs, which makes it closer to a coding assistant than a sales tool.

Agentforce MCP support is the third. Salesforce announced it in beta on 15 January 2026. It lets Agentforce agents use tools from outside servers, and admins pick which tools are allowed.

Salesforce MCP options side by side

Read on Salesforce's own blog and its GitHub repository.

OptionWhat it doesHow you connectSource
Hosted MCP serversOut-of-the-box servers for core CRM data, Data Cloud and TableauPer-user interactive OAuth from clients such as Claudesalesforce.com/blog (22 July 2026)
Salesforce DX MCP serverOver 60 tools in 14 toolsets: SOQL, metadata deploy, orgs, users, testsRuns locally against orgs authorised in the Salesforce CLI; Claude Code, Cline, Cursor namedgithub.com/salesforcecli/mcp
Agentforce MCP support (beta)Agentforce agents call third-party MCP serversAdmins register servers and allowlist toolssalesforce.com/blog (15 January 2026)
SalesCrew (our product)140+ MCP tools, each with a UI twin, over the whole CRMPer-user tokens scoped by channel, profile and area; external sends wait in one approval queueDisclosure: SalesCrew is our product.

Salesforce facts checked on salesforce.com/blog and github.com/salesforcecli/mcp, September 2026. Salesforce renames MCP features often, so read the vendor page before you rely on a row.

What to check before an agent touches your org

Ask whose login the agent uses. With per-user OAuth, the AI client acts as the person who signed in. An admin login gives it admin reach, including objects your reps never open.

Keep the DX server away from production. A tool that deploys metadata can change page layouts and validation rules in one call. Point it at a sandbox and review the change set before anything reaches your live org.

SalesCrew takes a simpler route for sales teams. One MCP server covers the whole CRM with 140+ tools, and each tool does exactly what its button in the app does. External sends, stage changes and merges wait in one approval queue, and an audit log records the user, token or agent behind every call. See the SalesCrew MCP server and SalesCrew vs Salesforce.

Two admins can mean two different servers

When your admin says "we turned on Salesforce MCP", confirm which one. The hosted servers, the DX server and Agentforce MCP each carry different access, and a security review written for one won't cover the others.

Questions

Does Salesforce have an MCP server?
Yes, more than one. Salesforce's blog of 22 July 2026 describes out-of-the-box MCP servers for core CRM data, Data Cloud and Tableau. Salesforce also publishes the open-source Salesforce DX MCP server on GitHub for developers, checked in September 2026.
Can I connect Salesforce to Claude with MCP?
Yes. Salesforce's July 2026 architecture post says popular MCP clients such as Claude use per-user interactive OAuth, so each person clicks to grant access. Developers can also run the DX MCP server locally with Claude Code or Cursor against orgs they've authorised in the Salesforce CLI.
What is the Salesforce DX MCP server?
The Salesforce DX MCP server is a developer tool from the Salesforce CLI team. Its GitHub README lists over 60 tools in 14 toolsets, including SOQL queries, metadata deploys, org management and tests. Some tools are marked non-GA and need the --allow-non-ga-tools flag.
Is Agentforce MCP the same as a Salesforce MCP server?
No, it runs the other way. Agentforce MCP support, announced in beta on 15 January 2026, lets Agentforce agents call third-party MCP servers. Admins register each server and set an allowlist of the tools an agent may use.