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.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables natural language interactions with Salesforce data and metadata, supporting queries, data manipulation, custom object/field management, Apex code operations, and debug logging across multiple authentication methods.151,909MIT
- Alicense-qualityDmaintenanceEnables natural language interactions with Salesforce, allowing users to query and modify data, manage custom objects and fields, execute Apex code, and perform SOQL/SOSL searches across Salesforce organizations.1,909MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to securely interact with Salesforce CRM data through SOQL queries, CRUD operations, and metadata exploration. Supports connecting to Salesforce objects like Accounts, Contacts, and Opportunities via OAuth 2.0 authentication.82MIT
- Alicense-qualityDmaintenanceIntegrates Claude with Salesforce to enable natural language querying, modification, and management of Salesforce records and metadata. It supports comprehensive operations including object/field management, SOSL searches, and Apex code execution.1,9091MIT
Related MCP Connectors
Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities…
Run SOQL queries against your Salesforce org to retrieve records and insights. Explore objects, fi…
Run SOQL queries to explore and retrieve Salesforce data. Inspect records, fields, and relationshi…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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