Mailgo Cold Mail Marketing MCP Server

AI-powered cold email campaign management through Model Context Protocol (MCP).

Local serverstdioPython

What is the Mailgo Cold Mail Marketing MCP server?

AI-powered cold email campaign management through Model Context Protocol (MCP). Exposed over MCP by the mailgo cold mail marketing mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Complete cold email campaign plugin for Mailgo. One plugin handles the entire outreach pipeline:

Its toolset

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

  • Producthttps://app.mailgo.ai
  • Optional — openpyxl for .xlsx file support (pip install openpyxl)
  • CAN — SPAM Act** (US) — include a physical address and honor opt-out requests
  • mailgo-auth-setup — authentication guidance (Step 0)
  • mailgo-email-verifier — email verification (Step 1)
  • mailgo-email-optimizer — content optimization rules (Step 3)
  • mailgo-campaign — campaign creation (Step 4)
  • mailgo-campaign-control — lifecycle management (Step 5)
  • mailgo-campaign-report — statistics (Step 6)
  • Concern — Detail
  • Script — Purpose
  • verify_emails.py — Submit + poll email verification

Adding it to your client

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

Configuration

You will need one environment variable: MAILGO_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Python 3.7+ - MAILGO_API_KEY environment variable (OpenAPI Key from Mailgo) - No third-party dependencies (stdlib only: urllib, json, csv, ssl) - Optional: openpyxl for .xlsx file support (pip install openpyxl)

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. Mailgo Cold Mail Marketing's toolset — Product, Optional, CAN and 11 more — is a fair guide to whether it matches your workflow.

This entry was verified against Mailgo Cold Mail Marketing'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.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Mailgo Cold Mail Marketing.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mailgo cold mail marketing mcp server does with a few real requests.

Available tools

ToolWhat it does
Product[https://app.mailgo.ai](https://app.mailgo.ai)
Optionalopenpyxl for .xlsx file support (pip install openpyxl)
CANSPAM Act** (US) — include a physical address and honor opt-out requests
mailgo-auth-setupauthentication guidance (Step 0)
mailgo-email-verifieremail verification (Step 1)
mailgo-email-optimizercontent optimization rules (Step 3)
mailgo-campaigncampaign creation (Step 4)
mailgo-campaign-controllifecycle management (Step 5)
mailgo-campaign-reportstatistics (Step 6)
ConcernDetail
ScriptPurpose
verify_emails.pySubmit + poll email verification
claim_free_mailbox.pyClaim pre-warmed mailbox
run_campaign.pyFull campaign creation flow

How to install the Mailgo Cold Mail Marketing MCP server

{
  "mcpServers": {
    "github-com-leadsnavideveloper-mailgo-cold-mail-marketing-tre": {
      "command": "uvx",
      "args": ["openpyxl"],
      "env": {
        "MAILGO_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Python 3.7+ - MAILGO_API_KEY environment variable (OpenAPI Key from Mailgo) - No third-party dependencies (stdlib only: urllib, json, csv, ssl) - Optional: openpyxl for .xlsx file support (pip install openpyxl)
VariableDescriptionRequired
MAILGO_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Mailgo Cold Mail Marketing to Product.
  • Use Mailgo Cold Mail Marketing to Optional.
  • Use Mailgo Cold Mail Marketing to CAN.

Frequently asked questions

It connects Mailgo Cold Mail Marketing to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Product, Optional, CAN, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mailgo Cold Mail Marketing directly.