Trial Conversion Subject Lines in Claude Desktop
Connect Claude Desktop to marginal and let an AI agent draft, test, and refine trial conversion subject lines without leaving your chat window. This guide walks through wiring up the email MCP server and running a subject line A/B test focused on turning free trials into paid plans.
Why test trial conversion subject lines from Claude Desktop
Trial-to-paid emails live or die on the subject line — it decides whether your conversion message gets opened at all. Doing this work inside Claude Desktop means you can brainstorm angles, generate variants, and launch a test in one continuous conversation.
marginal exposes its tooling as an email MCP server, so Claude Desktop can call real send and measurement functions instead of just suggesting copy. The agent writes the subject lines and also runs the experiment.
- Keep ideation and execution in a single thread
- Generate trial conversion angles tailored to your audience segment
- Launch a subject line test and read results without switching tools
Connect marginal to Claude Desktop
Add marginal as an MCP server in your Claude Desktop config. The endpoint is hosted, so there is nothing to deploy or self-host — you only need your Bearer API key (it starts with marg_live_).
- Endpoint: https://marginal.sh/mcp
- Auth: Bearer API key from your marginal dashboard
- Registry name: sh.marginal/mcp
- Docs and setup details: https://marginal.sh/docs/
{
"mcpServers": {
"marginal": {
"url": "https://marginal.sh/mcp",
"headers": {
"Authorization": "Bearer marg_live_your_key_here"
}
}
}
}
Running a trial conversion subject line A/B test
Once connected, you can prompt Claude Desktop to handle the whole loop. The four marginal tools map cleanly to the steps of a subject line test: drafting, launching, measuring, and deciding what to send next.
A good prompt is specific about the trial conversion goal — mention the trial length, the offer, and the segment so the AI agent email marketing workflow produces relevant variants.
- generate_variants — produce several trial conversion subject lines to compare
- launch_test — start the subject line A/B test on your chosen segment
- get_results — pull open and click metrics with within-test lift
- recommend_next — let marginal suggest the winning line or a follow-up test
Reading results and iterating
After the test sends, ask Claude Desktop to fetch results. marginal reports opens, clicks, and within-test lift so you can see which subject line moved the trial conversion needle rather than guessing from raw open counts.
The free tier covers 100 experiments per month, which is plenty to keep iterating on trial nudge sequences. Use recommend_next to compound learnings — feed the winning angle into your next subject line test and keep refining how you talk to trial users.
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