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.6.tar.gz (38.8 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.6-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for mcp_salesforce_connector-0.1.6.tar.gz
Algorithm Hash digest
SHA256 46157f52243e652551d598df849ea02438ee64b87b8ab6847a396438e6351210
MD5 ac18f3588e4592a7f82f3fcf8df73593
BLAKE2b-256 3c48c2572816e25d09234c4147dce1d05b98b8adc12c28a9a1d21e4875f54310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mcp_salesforce_connector-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 9d2a6024243021df4a0ca8e1439edc4bc391702560c737df1eac7be8921dda3d
MD5 e9143530727f890a0340ba4ef74affb3
BLAKE2b-256 5e0dbf4049841a58d2a0bf9475db8f3ff692c73e166848db1f2cc4af3b2e3ee5

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