Skip to main content

A Model Context Protocol (MCP) server implementation for Salesforce integration

Project description

MCP Salesforce Connector

A Model Context Protocol (MCP) server implementation for Salesforce integration, allowing LLMs to interact with Salesforce data through SOQL queries and SOSL searches.

Features

  • Execute SOQL (Salesforce Object Query Language) queries
  • Perform SOSL (Salesforce Object Search Language) searches
  • Retrieve metadata for Salesforce objects, including field names, labels, and types
  • Retrieve, create, update, and delete records
  • Execute Tooling API requests
  • Execute Apex REST requests
  • Make direct REST API calls to Salesforce

Configuration

Model Context Protocol

To 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:

{
    "mcpServers": {
        "salesforce": {
        "command": "uvx",
        "args": [
            "--from",
            "mcp-salesforce-connector",
            "salesforce"
        ],
        "env": {
            "SALESFORCE_USERNAME": "YOUR_SALESFORCE_USERNAME",
            "SALESFORCE_PASSWORD": "YOUR_SALESFORCE_PASSWORD",
            "SALESFORCE_SECURITY_TOKEN": "YOUR_SALESFORCE_SECURITY_TOKEN"
            }
        }
    }
}

Replace YOUR_SALESFORCE_USERNAME, YOUR_SALESFORCE_PASSWORD, and YOUR_SALESFORCE_SECURITY_TOKEN with your Salesforce credentials.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_salesforce_connector-0.1.3.tar.gz (38.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_salesforce_connector-0.1.3-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file mcp_salesforce_connector-0.1.3.tar.gz.

File metadata

File hashes

Hashes for mcp_salesforce_connector-0.1.3.tar.gz
Algorithm Hash digest
SHA256 edb2a4ecfca126f33da5c7c02e274c3d220609f67a84af4841bc0c7ed3fae215
MD5 32e440facc3118136241f811e5319682
BLAKE2b-256 3339ef71a9df94e0a36bd69abd379d0785bedfe33c1891133b4de0325e23ce23

See more details on using hashes here.

File details

Details for the file mcp_salesforce_connector-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_salesforce_connector-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ce0847340cc561a5f8db75eaae535d421bcd6e6c9affd8345cbebe3de0d33c3c
MD5 e0dbbd9d6c6ad0aba57839c2d5ecd4ec
BLAKE2b-256 f74942fd9c53aa043e647f92aaa1bad1f2639e3ed940e7f2a6dc824775a5954b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page