Newsletter MCP Server

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

Local serverstdio

What is the Newsletter MCP server?

Newsletter growth loops, welcome-sequence architecture, subject-line and list-metric guidance. Exposed over MCP by the newsletter mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

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.

Its toolset

Everything the assistant can do here goes through one of these:

  • 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

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at newsletter-growth-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Newsletter's toolset — get_growth_loop, get_welcome_sequence, audit_subject_line and 3 more — is a fair guide to whether it matches your workflow. It is maintained by closermethod; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Newsletter's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the newsletter mcp server does with a few real requests.

Available tools

ToolWhat it does
get_growth_loop5 growth loops (lead magnet, social repurpose, cross-promo, referral, sponsorship swap) with when each wins and its failure mode
get_welcome_sequenceThe 6-email architecture: deliver → receipt → quick win → segment → soft offer → close
audit_subject_linePASS/NEEDS WORK: truncation length, spam phrases, fake Re:, specificity
interpret_list_metricHealthy/warning ranges + diagnostics for opens, clicks, growth, unsubs, replies
get_monetization_readinessGiven your list size + engagement: readiness verdicts for own product, per-click sponsorships, flat placements
get_full_packEverything in one payload

How to install the Newsletter MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Newsletter to get growth loop.
  • Use Newsletter to get welcome sequence.
  • Use Newsletter to audit subject line.

Frequently asked questions

It connects Newsletter to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (get_growth_loop, get_welcome_sequence, audit_subject_line, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Newsletter directly.