salesforce-mcp

wyre-technology/salesforce-mcp
★ 0 stars TypeScript AI/LLM Updated 9d ago
MCP server for Salesforce CRM, scoped to the WYRE Gateway BYOC use case. Six tools: search/describe/query/aggregate/dml/sosl.
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": {
      "command": "npx",
      "args": [
        "-y",
        "wyre-technology/salesforce-mcp"
      ]
    }
  }
}

README Excerpt

> MCP (Model Context Protocol) server for Salesforce CRM, scoped to the WYRE Gateway BYOC use case. A focused HTTP MCP server that exposes a Salesforce org's CRM data surface to Claude (and other MCP clients) through the [WYRE MCP Gateway](https://mcp.wyre.ai/). Built for the multi-tenant gateway pattern: credentials are injected per-request via HTTP headers, no startup secrets are baked into the container.

Tools (6)

salesforce_aggregate_querysalesforce_describe_objectsalesforce_dml_recordssalesforce_query_recordssalesforce_search_allsalesforce_search_objects