# newsletter-growth-mcp [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/closermethod/newsletter-growth-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/newsletter-growth-mcp

## Description
Newsletter growth loops, welcome-sequence architecture, subject-line and list-metric guidance.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "newsletter-growth-mcp": {
    "command": "npx",
    "args": ["-y","newsletter-growth-mcp"]
  }
}
```

## Documentation & README

# Newsletter Growth MCP

**Growth loops, welcome sequences, and monetization readiness for the only audience you actually own.**

> **Disclaimer.** Practitioner frameworks; thresholds are ranges, not guarantees. The author runs paid per-click sponsorships on her own list — these are the numbers sponsors actually pay on.

## Why This Exists

Platform followers are rented; the list is owned. But most creators (and their AI agents) treat the newsletter as a broadcast afterthought: no welcome sequence, no growth loop, monetization guesses based on list size instead of engagement.

The house rule: **engagement monetizes; size impresses.** A 520-person list at 43% opens out-earns a 10k list at 12%.

## 6 Tools

| Tool | What it returns |
|---|---|
| `get_growth_loop` | 5 growth loops (lead magnet, social repurpose, cross-promo, referral, sponsorship swap) with when each wins and its failure mode |
| `get_welcome_sequence` | The 6-email architecture: deliver → receipt → quick win → segment → soft offer → close |
| `audit_subject_line` | PASS/NEEDS WORK: truncation length, spam phrases, fake Re:, specificity |
| `interpret_list_metric` | Healthy/warning ranges + diagnostics for opens, clicks, growth, unsubs, replies |
| `get_monetization_readiness` | Given your list size + engagement: readiness verdicts for own product, per-click sponsorships, flat placements |
| `get_full_pack` | Everything in one payload |

## Install

```bash
npx newsletter-growth-mcp        # once published to npm
# or from source:
git clone https://github.com/closermethod/newsletter-growth-mcp && cd newsletter-growth-mcp && npm i && npm run build && node dist/main.js
```

Claude Desktop config:
```json
{ "mcpServers": { "newsletter-growth": { "command": "npx", "args": ["newsletter-growth-mcp"] } } }
```

## The Family

Own the audience (this one) ← get seen ([content-hooks-mcp](https://github.com/closermethod/content-hooks-mcp)) ← get the reply ([outbound-engine-mcp](https://github.com/closermethod/outbound-engine-mcp)). Sponsorship deal terms live in [creator-deals-mcp](https://github.com/closermethod/creator-deals-mcp); inbox placement in [outreach-deliverability-mcp](https://github.com/closermethod/outreach-deliverability-mcp). Full catalog: [MCP Hub](https://elisabethhitz-mcp.netlify.app)

## Built By

[Elisabeth Hitz](https://www.linkedin.com/in/elisabethhitz) — 10+ years enterprise sales; monetizes her own list with per-click sponsorships.

License: MIT

