mcp-salesforce
Integrates with Salesforce to provide tools for running SOQL queries, SOSL searches, retrieving object field metadata, performing CRUD operations on records, and executing Tooling API, Apex REST API, and direct REST API calls.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-salesforcequery all accounts where name = 'Acme'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for salesforce
Features
Connects to Salesforce using environment variables for credentials.
Provides tools to:
Run SOQL queries.
Run SOSL searches.
Retrieve metadata about Salesforce object fields.
Get, create, update, and delete Salesforce records.
Execute Salesforce Tooling API requests.
Execute Apex REST API requests.
Make direct REST API calls to Salesforce.
Caches object field metadata for performance.
Handles errors and connection issues gracefully.
Related MCP server: Salesforce MCP Server
Configuration
A standard version to use it, is to setup your claude mcp configuration file like this :
{
"mcpServers": {
"salesforce": {
"command": "uvx",
"args": [
"mcp-salesforce",
],
"env": {
"SALESFORCE_INSTANCE_URL": "YOUR DOMAIN" (login | test | your custom domain)
"SALESFORCE_USERNAME": "YOUR_SALESFORCE_USERNAME",
"SALESFORCE_PASSWORD": "YOUR_SALESFORCE_PASSWORD",
"SALESFORCE_SECURITY_TOKEN": "YOUR_SALESFORCE_SECURITY_TOKEN"
}
}
}
}You can also use it with simonw/llm cli utils.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Oliviergg/mcp-salesforce'
If you have feedback or need assistance with the MCP directory API, please join our Discord server