instantly-cli

bcharleson/instantly-cli
★ 29 stars TypeScript AI/LLM Updated 8d ago ✓ Clean
CLI and MCP server for the Instantly.ai cold email platform
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": {
    "instantly-cli": {
      "command": "npx",
      "args": [
        "-y",
        "bcharleson/instantly-cli"
      ]
    }
  }
}