Salesforce-Hosted-Custom-Mcp-Server

SalesforceDiariesBySanket/Salesforce-Hosted-Custom-Mcp-Server
★ 0 stars Apex API Integration Updated 4d ago
Salesforce Hosted Custom MCP Server - MCP Server Definitions, External Service Registrations, and Related Apex Classes
View on GitHub → Try with Claude — $10 free →

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-hosted-cu": {
      "command": "npx",
      "args": [
        "-y",
        "SalesforceDiariesBySanket/Salesforce-Hosted-Custom-Mcp-Server"
      ]
    }
  }
}