Connect an MCP Client to Salesforce
Salesforce hosts Platform MCP servers — like sobject-all — that let an MCP client query records and metadata from your org. This page connects any MCP client: Claude, ChatGPT, Cursor, Postman, or your own.
One External Client App authenticates every client. The scopes and PKCE security are identical for all of them — the only per-client difference is the OAuth callback URL, which gets added per client below.
Connect your client
Pick your MCP client. Each tab shows you how to deploy the connector app, activate a server, and connect — all in one place.
Verify
In your MCP client, ask:
Look up the 5 most recently modified Accounts in Salesforce.
Expected: the client calls the MCP server and returns records from your org.