About
Overview
The Salesforce MCP Server enables AI agents to interact with Salesforce CRM. It provides tools for executing SOQL queries, creating and updating records, describing object schemas, and working with Salesforce metadata. Supports both Salesforce Classic and Lightning.
Capabilities
Tools & Capabilities
⚡query
Execute a SOQL query
⚡create_record
Create a new Salesforce record
⚡update_record
Update an existing record
⚡describe_object
Get the schema of a Salesforce object
⚡list_objects
List all Salesforce objects
⚡search
Search across Salesforce with SOSL
Setup
Installation
bash
Install
npx -y mcp-server-salesforceExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"salesforce": {
"command": "npx",
"args": ["-y", "mcp-server-salesforce"],
"env": {
"SF_LOGIN_URL": "https://login.salesforce.com",
"SF_USERNAME": "your-username",
"SF_PASSWORD": "your-password",
"SF_TOKEN": "your-security-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 130
Last UpdatedFeb 12, 2026