← All guides marginal.sh

Trial Conversion Subject Lines in Claude Desktop

Updated June 2026 · Hosted email MCP server

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.

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_).

{
  "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.

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.

Documentation · Sign up · FAQ