Test Newsletter Subject Lines in Claude Desktop
If you draft your weekly newsletter in Claude Desktop, you can also test its subject lines there. marginal connects as an email MCP server, so the same chat that helps you write copy can launch a real subject line A/B test and report which variant wins.
Why run subject line tests inside Claude Desktop
Newsletter performance lives and dies by the open rate, and the subject line is the lever. Instead of bouncing between a copy doc, a spreadsheet, and your sending tool, you can keep the whole loop in one conversation. Claude Desktop becomes the place where you brainstorm angles, pick finalists, and ship the experiment.
Because marginal is a hosted MCP server, there's nothing to deploy. You add one endpoint and an API key, and Claude Desktop gains access to the tools it needs to generate variants and measure results against live opens and clicks.
- Draft and refine newsletter subject lines in the same chat you already use
- Launch a real subject line A/B test without leaving Claude Desktop
- Read within-test lift metrics so you know which line actually won
- Free tier covers 100 experiments per month for steady weekly testing
Connecting marginal to Claude Desktop
Add marginal to your MCP client configuration in Claude Desktop. The server registers as sh.marginal/mcp and authenticates with a Bearer API key in the marg_live_ format. Once connected, Claude can call the four tools that drive a test end to end.
Point your client at the hosted endpoint at https://marginal.sh/mcp and supply your key. See the docs at https://marginal.sh/docs/ for the exact config path for Claude Desktop.
{
"mcpServers": {
"marginal": {
"url": "https://marginal.sh/mcp",
"headers": {
"Authorization": "Bearer marg_live_xxxxxxxxxxxxxxxx"
}
}
}
}
A newsletter subject line test, step by step
Once marginal is wired up, a typical workflow for newsletter subject lines in Claude Desktop looks like a short chain of tool calls. You describe the issue, Claude proposes candidates, and you launch the winner-finding test.
- Use generate_variants to turn your issue summary into several distinct subject line angles
- Use launch_test to send the variants across your list and split traffic for the A/B test
- Use get_results to pull open and click tracking with within-test lift between variants
- Use recommend_next to let the AI agent suggest the follow-up subject for next week's send
Tips for better newsletter subject line tests
AI agent email marketing works best when each variant tests one idea, not five at once. Ask Claude to vary a single dimension per pair — curiosity versus clarity, short versus long, or question versus statement — so the lift you read is interpretable.
Treat each newsletter issue as one experiment and let the data compound. Over a few weeks of subject line A/B tests you'll learn which angles your readers actually open, and recommend_next gives Claude Desktop a starting point grounded in your own results.
- Keep variants comparable so the winning subject line test is easy to read
- Re-run your best angle against a fresh challenger each issue
- Log decisions in the same chat for an easy-to-audit history
Get started with marginal
marginal is a hosted email marketing MCP server at marginal.sh. Sign up free, create an API key, and connect https://marginal.sh/mcp from Cursor, Codex, or Claude Desktop.
- 100 experiments/month on the free tier
- Four MCP tools: generate_variants, launch_test, get_results, recommend_next
- Listed in the MCP Registry as sh.marginal/mcp