← All guides marginal.sh

Connect marginal's email MCP server to Continue

Updated June 2026 · Hosted email MCP server

Continue is an open-source AI coding assistant that supports the Model Context Protocol. By wiring up marginal as an email MCP server for Continue, you give your agent the ability to draft, launch, and measure email A/B tests without leaving your editor.

Why run email experiments from Continue

Continue lets you extend its chat and agent modes with MCP servers, so any tool you connect becomes callable directly in your workflow. marginal exposes the full lifecycle of an email test — generate variants, launch a managed send, and pull results — as MCP tools your Continue agent can invoke.

Because marginal is fully hosted, there's nothing to deploy or maintain. You authenticate with a Bearer API key and Continue talks to the endpoint over HTTP.

Configure the Continue MCP connection

Add marginal to your Continue config under the MCP servers section. Point it at the marginal endpoint and supply your API key. Once saved, Continue discovers the available tools automatically.

{
  "mcpServers": {
    "marginal": {
      "url": "https://marginal.sh/mcp",
      "headers": {
        "Authorization": "Bearer marg_live_xxx"
      }
    }
  }
}

The marginal tools available in Continue

After the email MCP integration is live, your Continue agent has four tools to compose a complete experiment loop. A typical session moves from variant generation to launch to analysis in a single conversation.

A practical AI agent email marketing flow

Once the Continue MCP connection is set up, you can run AI agent email marketing entirely from your editor. Ask Continue to generate five subject lines for a product announcement, launch a test across your list, and report back the winner once data accumulates.

For tool schemas, response shapes, and rate limits, see the marginal docs at https://marginal.sh/docs/. The same endpoint works across other clients too, so your setup stays consistent if you switch editors.

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