MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Communication/Mailgun
CommunicationOfficial
M

Mailgun

Interact with Mailgun API.

58 starsUpdated Jul 24, 2026
View on GitHub

Ads

Overview

A Model Context Protocol (MCP) server for Mailgun that gives AI agents a practical, workflow-oriented interface to send email, diagnose deliverability, and manage account operations. > [!NOTE] > This MCP server runs locally on your machine and communicates over stdio. Mailgun does not currently offer a hosted version of this server. - Messaging — Send emails, retrieve stored messages, resend messages - Domains — View domain details, verify DNS configuration, manage tracking settings (click, open, unsubscribe) - Webhooks — List, create, and update event webhooks - Routes — View and update inbound email routing rules - Mailing Lists — Create, view, and update mailing lists and their members - Templates — Create, view, and update email templates with versioning - Analytics — Query sending metrics, usage metrics, and logs - Stats — View aggregate statistics by domain, tag, provider, device, and country - Suppressions — View bounces, unsubscribes, complaints, and allowlist entries - IPs & I

Installation

claude mcp add mailgun -e MAILGUN_API_KEY=YOUR-mailgun-api-key -- npx -y @mailgun/mcp-server

Configuration

{
  "mcpServers": {
    "mailgun": {
      "command": "npx",
      "args": ["-y", "@mailgun/mcp-server"],
      "env": {
        "MAILGUN_API_KEY": "YOUR-mailgun-api-key",
        "MAILGUN_API_REGION": "us"
      }
    }

Capabilities

  • Send emails

    ask your assistant to send transactional or marketing emails through your Mailgun domain.

  • Validate addresses

    check email address syntax and deliverability risk before sending with `validate`.

  • Diagnose deliverability

    pull bounce classifications, inbox placement seed test results (`optimize`), and email previews across clients (`inspect`).

  • Manage domains and DNS

    verify domain DNS configuration and toggle click, open, and unsubscribe tracking settings.

  • Query analytics and stats

    retrieve sending metrics, usage stats, and aggregate views by domain, tag, provider, device, or country.

  • Manage templates, lists, routes, and webhooks

    create or update email templates, mailing lists and members, inbound routes, and event webhooks.

Tags

  • communication
  • email-automation
  • api

Related MCP servers

E

ElevenLabs

Official

The official ElevenLabs MCP server

1.5kCommunicationUpdated 8 days ago
R

Resend Email

Official

Send emails directly from your editor using the Resend API.

566CommunicationUpdated Today
A

AgentRPC

Official

Connect to any function, any language, across network boundaries using AgentRPC.

135CommunicationUpdated Jun 22, 2026
T

Twilio

Official

Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.

109CommunicationUpdated Feb 14, 2026