Mailgo Cold Mail Marketing

Mailgo Cold Mail Marketing

Mailgo Campaign Suite MCP Server AI-powered cold email campaign management through Model Context Protocol (MCP). Overview Mailgo Campaign Suite MCP Server connects your AI assistant directly to the Mailgo cold email platform. Through natural conversation, you can verify email addresses, claim pre-warmed mailboxes, launch campaigns, manage their lifecycle, and pull

Category
Visit Server

README

mailgo-campaign-suite

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

  1. Verify recipient emails (async submit + poll)
  2. Claim a free pre-warmed mailbox (90+ sender score, 60 days)
  3. Optimize email content (spam triggers, HTML cleanup, deliverability)
  4. Send campaigns (content upload, lead import, activation)
  5. Manage campaign lifecycle (activate, pause, delete, list)
  6. Report campaign statistics (overview, per-round, daily progress)

Installation (Claude Plugin)

# Add the marketplace
/plugin marketplace add leadsnaviDeveloper/mailgo-cold-mail-marketing

# Install the plugin
/plugin install mailgo-campaign-suite@mailgo-plugins

After installation, set your Mailgo API key as an environment variable (see Security & Credentials below), then just ask Claude to help you send cold emails.

Installation (Cursor)

/add-plugin leadsnaviDeveloper/mailgo-cold-mail-marketing

See .cursor-plugin/plugin.json for details.

Installation (Codex)

git clone https://github.com/leadsnaviDeveloper/mailgo-cold-mail-marketing.git ~/.codex/mailgo-campaign-suite
mkdir -p ~/.agents/skills
ln -s ~/.codex/mailgo-campaign-suite/skills ~/.agents/skills/mailgo-campaign-suite

See .codex/INSTALL.md for full instructions.

Installation (OpenCode)

Add to your opencode.json:

{
  "plugin": ["mailgo-campaign-suite@git+https://github.com/leadsnaviDeveloper/mailgo-cold-mail-marketing.git"]
}

See .opencode/INSTALL.md for full instructions.

Installation (Gemini CLI)

gemini extensions install https://github.com/leadsnaviDeveloper/mailgo-cold-mail-marketing

Publisher

This plugin is published by LeadsNavi, the company behind the Mailgo cold email platform.

Requirements

  • 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)

Security & Credentials

This skill requires a Mailgo OpenAPI Key (MAILGO_API_KEY) to operate. Please read before using:

Concern Detail
What the token can do Claim mailboxes, create/activate/pause/delete campaigns, verify emails, read campaign reports — all actions on your Mailgo account.
How to obtain it Log in to https://app.mailgo.ai → Click your avatar in the bottom-left corner → Personal Tokens → Create Token → Copy the token. See SKILL.md Step 0 for step-by-step instructions.
How it is used Sent as X-API-Key: {token} header to api.leadsnavi.com — the official Mailgo backend (LeadsNavi is the parent brand behind Mailgo; see app.mailgo.ai and the Mailgo website for details).
How to stay safe Set as a local environment variable only — never paste into chat.
How to revoke Go to https://app.mailgo.ai → Personal Tokens → Delete the token.
API endpoints called All calls go to https://api.leadsnavi.com (Mailgo's official API) — email verification, mailbox claiming, campaign CRUD, and reporting. Review the bundled Python scripts for exact endpoints.

MAILGO_API_KEY is your Mailgo account credential. Keep it secure and never share it publicly.

Compliance

This skill sends emails to recipient lists you provide. You are responsible for ensuring your campaigns comply with applicable laws and platform terms, including:

  • CAN-SPAM Act (US) — include a physical address and honor opt-out requests
  • GDPR (EU) — ensure you have a lawful basis for contacting recipients
  • Mailgo Terms of Servicehttps://app.mailgo.ai

The skill's built-in email optimizer adds a soft opt-out line to every email by default.

Directory Structure

mailgo-cold-mail-marketing/
├── .claude-plugin/                 # Claude Code plugin
│   ├── plugin.json
│   └── marketplace.json
├── .cursor-plugin/                 # Cursor IDE plugin
│   └── plugin.json
├── .codex/                         # GitHub Codex support
│   └── INSTALL.md
├── .opencode/                      # OpenCode support
│   └── INSTALL.md
├── skills/
│   └── mailgo-campaign-suite/
│       └── SKILL.md                # Main skill instructions
├── scripts/
│   ├── verify_emails.py            # Step 1: Email verification
│   ├── claim_free_mailbox.py       # Step 2: Free mailbox claiming
│   ├── run_campaign.py             # Step 4: Campaign creation & activation
│   ├── campaign_control.py         # Step 5: Lifecycle management
│   └── campaign_report.py          # Step 6: Statistics & reporting
├── resources/
│   ├── spam-triggers.md            # Step 3: Spam trigger replacement table
│   └── industry-templates.md       # Step 3: Industry-specific email templates
├── gemini-extension.json           # Gemini CLI extension
├── GEMINI.md                       # Gemini context pointer
├── package.json                    # Package metadata (OpenCode entry)
└── README.md                       # This file

Quick Start

# 1. Set up authentication
export MAILGO_API_KEY="your-api-key"

# 2. Verify emails
python3 scripts/verify_emails.py alice@example.com bob@gmail.com

# 3. Claim free mailbox
python3 scripts/claim_free_mailbox.py

# 4. Create and send campaign
python3 scripts/run_campaign.py \
    --sender "claimed@mailbox.com" \
    --subject "Quick question" \
    --body "<html><body><p>Hi</p></body></html>" \
    --recipients "alice@example.com" \
    --campaign-name "My Campaign"

# 5. Check status
python3 scripts/campaign_control.py list
python3 scripts/campaign_report.py overview <campaignId>

Scripts Reference

Script Purpose Key Args
verify_emails.py Submit + poll email verification emails..., --file, --email-column
claim_free_mailbox.py Claim pre-warmed mailbox --json, --api-key
run_campaign.py Full campaign creation flow --sender, --subject, --body/--body-file, --recipients/--recipients-file
campaign_control.py Activate/pause/delete/list activate/pause/delete/list/info
campaign_report.py View campaign statistics overview/rounds/daily, --json

Relationship to Other Mailgo Skills

This suite consolidates functionality from:

  • 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)

Those individual skills remain available for standalone use. This suite provides the same capabilities in a single, self-contained package.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured