iflow-mcp_mcp-salesforce-connector


Nameiflow-mcp_mcp-salesforce-connector JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryA Model Context Protocol (MCP) server implementation for Salesforce integration
upload_time2025-10-30 09:26:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords llm mcp salesforce
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iflow-mcp_mcp-salesforce-connector",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "llm, mcp, salesforce",
    "author": null,
    "author_email": "Suman G <suman.gunaganti@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9f/4d/1bac9fe9578d59e1cbf7e18c32527c1d9180f4559dee3bfdfcf50f4a6397/iflow_mcp_mcp_salesforce_connector-0.1.3.tar.gz",
    "platform": null,
    "description": "# MCP Salesforce Connector\n\nA Model Context Protocol (MCP) server implementation for Salesforce integration, allowing LLMs to interact with Salesforce data through SOQL queries and SOSL searches.\n\n## Features\n\n- Execute SOQL (Salesforce Object Query Language) queries\n- Perform SOSL (Salesforce Object Search Language) searches\n- Retrieve metadata for Salesforce objects, including field names, labels, and types\n- Retrieve, create, update, and delete records\n- Execute Tooling API requests\n- Execute Apex REST requests\n- Make direct REST API calls to Salesforce\n\n\n## Configuration\n### Model Context Protocol\n\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    {\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.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Model Context Protocol (MCP) server implementation for Salesforce integration",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/smn2gnt/MCP-Salesforce"
    },
    "split_keywords": [
        "llm",
        " mcp",
        " salesforce"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b30e5e2ccab31371fb4e0fc6515fcb9d45b6189ddd4836ce2e07c7046cb33ff",
                "md5": "56ae9a6fcf5538c7a7e73c1486dd82de",
                "sha256": "061c4b51dae60e132e6390ccfa3e3f411003bad97ebec8179b6a49d1e5d091df"
            },
            "downloads": -1,
            "filename": "iflow_mcp_mcp_salesforce_connector-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56ae9a6fcf5538c7a7e73c1486dd82de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5204,
            "upload_time": "2025-10-30T09:26:40",
            "upload_time_iso_8601": "2025-10-30T09:26:40.691792Z",
            "url": "https://files.pythonhosted.org/packages/7b/30/e5e2ccab31371fb4e0fc6515fcb9d45b6189ddd4836ce2e07c7046cb33ff/iflow_mcp_mcp_salesforce_connector-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f4d1bac9fe9578d59e1cbf7e18c32527c1d9180f4559dee3bfdfcf50f4a6397",
                "md5": "efdd6c977895322ba9a5cc72709dde41",
                "sha256": "e9be85b355ed373dc4e6b5880d409ba90a2b9090988d8daa206bc9da5e295598"
            },
            "downloads": -1,
            "filename": "iflow_mcp_mcp_salesforce_connector-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "efdd6c977895322ba9a5cc72709dde41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 37972,
            "upload_time": "2025-10-30T09:26:42",
            "upload_time_iso_8601": "2025-10-30T09:26:42.581763Z",
            "url": "https://files.pythonhosted.org/packages/9f/4d/1bac9fe9578d59e1cbf7e18c32527c1d9180f4559dee3bfdfcf50f4a6397/iflow_mcp_mcp_salesforce_connector-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-30 09:26:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smn2gnt",
    "github_project": "MCP-Salesforce",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "iflow-mcp_mcp-salesforce-connector"
}
        
Elapsed time: 3.54944s