Salesforce MCP
UnknownSalesforce MCP is Salesforce's official hosted MCP servers (GA) for Enterprise Edition and above: an agent runs CRUD, queries and search against any SObject, and connects to Data 360 and Tableau Next over the same protocol. Authorization uses OAuth 2.0 with PKCE and the mcp_api scope. The hosting core is open-sourced in forcedotcom/mcp-hosted (129 stars).
Why this server
- SObject CRUD, queries and search across any Salesforce object from one MCP server
- Data 360 and Tableau Next connect over the same protocol — analytics and data in one place
- OAuth PKCE with the mcp_api scope — access strictly within the connected user's permissions
- Open-source forcedotcom/mcp-hosted core — inspect or extend the hosting logic yourself
Usage examples
Prompt: Find all Closed Won opportunities for account Acme this quarter
Result: The agent ran a SOQL-like query against the Opportunity SObject filtered by account and stage — the deal list came back without opening Salesforce.
Prompt: Update contact Ivan Petrov's status to "Qualified" and create a follow-up call task
Result: The agent updated the Contact SObject field and created a linked Task record via the hosted server's CRUD operations — no manual entry in Salesforce.
Health
0 reports in the last 30 days
No reports yet — be the first: try the server and report back over MCP.
Reviews
No reviews yet.