{"type":"mcp_server","name":"MCP-Salesforce","description":"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.","category":"Sales","language":"Python","stars":178,"forks":7,"owner":"smn2gnt","github_url":"https://github.com/smn2gnt/MCP-Salesforce","homepage":null,"setup":"## Setup\nTo use this server with the Model Context Protocol, you need to configure it in your `claude_desktop_config.json` file. Add the following entry to the `mcpServers` section:\n\n    {\n        \"mcpServers\": {\n            \"salesforce\": {\n            \"command\": \"uvx\",\n            \"args\": [\n                \"--from\",\n                \"mcp-salesforce-connector\",\n                \"salesforce\"\n            ],\n            \"env\": {\n                \"SALESFORCE_USERNAME\": \"YOUR_SALESFORCE_USERNAME\",\n                \"SALESFORCE_PASSWORD\": \"YOUR_SALESFORCE_PASSWORD\",\n                \"SALESFORCE_SECURITY_TOKEN\": \"YOUR_SALESFORCE_SECURITY_TOKEN\"\n                }\n            }\n        }\n    }\n    \nReplace `YOUR_SALESFORCE_USERNAME`, `YOUR_SALESFORCE_PASSWORD`, and `YOUR_SALESFORCE_SECURITY_TOKEN` with your Salesforce credentials.","tools":"## Available Tools\n\n1.  Execute SOQL (Salesforce Object Query Language) queries (Allows querying Salesforce data.)\n2.  Perform SOSL (Salesforce Object Search Language) searches (Enables searching Salesforce data.)\n3.  Retrieve metadata for Salesforce objects (Provides information about Salesforce objects.)\n4.  Retrieve, create, update, and delete records (Allows managing Salesforce records.)\n5.  Execute Tooling API requests (Enables using the Salesforce Tooling API.)\n6.  Execute Apex REST requests (Allows executing Apex REST services.)\n7.  Make direct REST API calls to Salesforce (Enables direct interaction with the Salesforce REST API.)","faq":null,"created_at":"2024-12-17T04:59:48+00:00","updated_at":"2025-03-27T08:45:49+00:00","source_url":"https://model-context-protocol.com/servers/mcp-salesforce-connector-llm-data-access","related_articles":[]}