MCP Hub
Back to servers

Mailgun

MCP (Model Context Protocol) Server. Enables direct email sending from desktop applications using the Mailgun API, providing flexible content options like plain text and HTML for streamlined communication workflows.

Validated
Jan 11, 2026

Mailgun MCP Server

Connect with LLM directly and send custom emails to your users directly from your IDE or LLM's desktop apps

Build Project

pnpm run build

Attach MCP server with IDE or desktop app

{
  "mcpServers": {
    "mailgun-mcp-server": {
      "command": "node",
      "args": [
        "ABSOLUTE/PATH/TO/PROJECT/mailgun-mcp/build/index.js"
      ]
    }
  }
}

That's it !

Reviews

No reviews yet

Sign in to write a review