Use natural language to query and act on Salesforce through MCP.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Salesforce MCP Server" yet — see the docs or source repo.
Run a SOQL query in Salesforce to list closed opportunities this quarter with name, amount, and owner, sorted by amount descending.
Returns the SOQL query results with the requested opportunity fields and sorted records.
Describe the Contact object in Salesforce, including its fields and available attributes, so I can plan what data to write.
Returns a description of the Contact object, such as field lists and related attributes.
Create a Salesforce contact with first name Wei, last name Zhang, email [email protected], and title Procurement Manager.
Creates the contact in Salesforce and returns the creation result or record identifier.
Developers, analysts, or business users can ask AI to turn questions into SOQL and retrieve data from Salesforce. This lowers the need to hand-write queries and speeds up access to information.
When users are unsure what fields a Salesforce object contains, they can ask AI to describe the object structure. This is useful before integrations, analysis, or data entry.
Teams can use natural language to have AI create contacts and check Salesforce org limits. This fits conversational workflows for common CRM tasks while keeping least-privilege guardrails.
It exposes Salesforce as tools that MCP clients can call. Based on the description, AI can run SOQL queries, describe objects, create contacts, and check org limits directly.
From the provided information, you need an MCP-compatible client and access to a Salesforce environment. Specific authentication, configuration, or key requirements are not provided; see the source repository.
Its key difference is that it lets AI access Salesforce through natural language with least-privilege guardrails. In other words, it emphasizes conversational operation and restricted access rather than only traditional API calls.
Use natural language to manage Salesforce data, schema, DevOps, and analytics.
Connect an MCP AI assistant to Salesforce for data, schema, Apex, and deployments.
Connect to Salesforce for interactive exploration, analysis, and organization management.
Manage Salesforce orgs, query data, handle metadata, and run tests with natural language.
Access Salesforce Tooling API via AI for metadata, queries, analysis, and debugging.
Let AI query, update, and analyze Salesforce CRM data without API glue code.