salesloft-mcp-server

ZLeventer/salesloft-mcp-server
★ 0 stars TypeScript 💬 Communication Updated 2d ago
MCP server for Salesloft — people, cadences, accounts, activities, and email templates
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": {
    "salesloft-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ZLeventer/salesloft-mcp-server"
      ]
    }
  }
}