This repository provides a Model Context Protocol (MCP) server for Salesforce integration, enabling LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and metadata retrieval, facilitating comprehensive Salesforce data access.
This repository provides a Model Context Protocol (MCP) server designed to seamlessly integrate Large Language Models (LLMs) with Salesforce. It enables LLMs to interact with Salesforce data using SOQL queries and SOSL searches.
The connector offers a range of functionalities:
To integrate this server with the Model Context Protocol, configure it within your claude_desktop_config.json
file. Add a "salesforce" entry to the mcpServers
section, specifying the command to execute the connector (uvx
) and necessary arguments. Crucially, set the environment variables SALESFORCE_USERNAME
, SALESFORCE_PASSWORD
, and SALESFORCE_SECURITY_TOKEN
with your Salesforce credentials for authentication.
smn2gnt/MCP-Salesforce
December 17, 2024
March 27, 2025
Python