analytics

Salesforce MCP Server

The official Salesforce MCP server. Pull leads, contacts, opportunities, and custom objects into Claude. Write SOQL or just ask in plain English. Built by the Salesforce CLI team.

Pricing: free Free server. You'll need a Salesforce org with API access. 304 GitHub stars.

Features

  • Query objects with plain English or raw SOQL — your call
  • Read and update leads, contacts, accounts, and opportunities
  • Works with your custom objects and fields too
  • Pull pipeline and revenue numbers for quick analysis
  • Maintained by the Salesforce CLI team
  • Authenticates through your Salesforce org credentials

Setup Instructions

1. Install Salesforce CLI and authenticate to your org first 2. Add this to your Claude MCP settings: ``json { "mcpServers": { "salesforce": { "command": "npx", "args": ["-y", "@salesforce/mcp"], "env": { "SF_ACCESS_TOKEN": "your_access_token", "SF_INSTANCE_URL": "https://your-instance.salesforce.com" } } } } `` 3. Restart Claude. You can start querying your CRM right away

Added: 2026-03-08