claude-plugin

breakthroughsales/claude-plugin
★ 0 stars Unknown language AI/LLM Updated 2d ago
Claude Code plugin for the Breakthrough sales platform. Draft cold emails, follow-ups, and LinkedIn InMails grounded in the account record, discovery call transcripts, and your sales playbook. Surface objections and next steps from calls, write MEDDPICC notes, and enrich contacts. Backed by the Breakthrough MCP server.
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": {
    "claude-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "breakthroughsales/claude-plugin"
      ]
    }
  }
}