tiger-salesforce-mcp-server

timescale/tiger-salesforce-mcp-server
★ 23 stars TypeScript 🔌 API Integration Updated 6d ago
API wrapped around our salesforce database
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tiger-salesforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "timescale/tiger-salesforce-mcp-server"
      ]
    }
  }
}