outreach-mcp-server

ZLeventer/outreach-mcp-server
★ 0 stars TypeScript 📦 Other Updated 2d ago
MCP server for Outreach — prospects, sequences, accounts, tasks, and sales engagement
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": {
    "outreach-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ZLeventer/outreach-mcp-server"
      ]
    }
  }
}