Skip to content

@mailgun/mcp-server

Free

by MCP Community

A Model Context Protocol (MCP) server for Mailgun, enabling MCP-compatible AI clients to interact with the Mailgun email service.

v1.0.2Added Apr 12, 2026
mailgunmcpmodel-context-protocolemailai
Works with:ClaudeGPTGeminiCopilot

@mailgun/mcp-server MCP Server

A Model Context Protocol (MCP) server for Mailgun, enabling MCP-compatible AI clients to interact with the Mailgun email service.

Installation

npx -y @mailgun/mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @mailgun/mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@mailgun/mcp-server": {
      "command": "npx",
      "args": ["-y", "@mailgun/mcp-server"]
    }
  }
}