Skip to main content
Glama
Oliviergg

mcp-salesforce

by Oliviergg

MCP Server for salesforce

Features

  • Connects to Salesforce using environment variables for credentials.

  • Provides tools to:

    • Run SOQL queries.

    • Run SOSL searches.

    • Retrieve metadata about Salesforce object fields.

    • Get, create, update, and delete Salesforce records.

    • Execute Salesforce Tooling API requests.

    • Execute Apex REST API requests.

    • Make direct REST API calls to Salesforce.

  • Caches object field metadata for performance.

  • Handles errors and connection issues gracefully.

Related MCP server: Salesforce MCP Server

Configuration

A standard version to use it, is to setup your claude mcp configuration file like this :

    {
        "mcpServers": {
            "salesforce": {
                "command": "uvx",
                "args": [
                    "mcp-salesforce",
                ],
                "env": {
                    "SALESFORCE_INSTANCE_URL": "YOUR DOMAIN" (login | test | your custom domain)
                    "SALESFORCE_USERNAME": "YOUR_SALESFORCE_USERNAME",
                    "SALESFORCE_PASSWORD": "YOUR_SALESFORCE_PASSWORD",
                    "SALESFORCE_SECURITY_TOKEN": "YOUR_SALESFORCE_SECURITY_TOKEN"
                }
            }
        }
    }

You can also use it with simonw/llm cli utils.

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables natural language interactions with Salesforce data and metadata, supporting queries, data manipulation, custom object/field management, Apex code operations, and debug logging across multiple authentication methods.
    15
    1,909
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables natural language interactions with Salesforce, allowing users to query and modify data, manage custom objects and fields, execute Apex code, and perform SOQL/SOSL searches across Salesforce organizations.
    1,909
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to securely interact with Salesforce CRM data through SOQL queries, CRUD operations, and metadata exploration. Supports connecting to Salesforce objects like Accounts, Contacts, and Opportunities via OAuth 2.0 authentication.
    8
    2
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Integrates Claude with Salesforce to enable natural language querying, modification, and management of Salesforce records and metadata. It supports comprehensive operations including object/field management, SOSL searches, and Apex code execution.
    1,909
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Oliviergg/mcp-salesforce'

If you have feedback or need assistance with the MCP directory API, please join our Discord server