salesforce-mcp-ts

steffensbola/salesforce-mcp-ts
★ 2 stars TypeScript Security Updated today
A Model Context Protocol (MCP) server implementation for Salesforce integration in TypeScript
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "salesforce-mcp-ts": {
      "command": "npx",
      "args": [
        "-y",
        "steffensbola/salesforce-mcp-ts"
      ]
    }
  }
}

README Excerpt

A TypeScript implementation of a Model Context Protocol (MCP) server for Salesforce integration, allowing LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and CRUD operations. - **🔐 Simplified Password Authentication**: Secure OAuth 2.0 Resource Owner Password Credentials Flow

Tools (20)

SALESFORCE_ACCESS_TOKENSALESFORCE_CLIENT_IDSALESFORCE_CLIENT_SECRETSALESFORCE_INSTANCE_URLSALESFORCE_PASSWORDSALESFORCE_SANDBOXSALESFORCE_SECURITY_TOKENSALESFORCE_USERNAMESF_CONSUMER_SECRETapex_executeauthenticate_passwordcreate_recorddelete_recordget_object_fieldsget_recordrestfulrun_soql_queryrun_sosl_searchtooling_executeupdate_record