Mailgun MCP Server

March 7, 2025 ยท View on GitHub

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 !

Contents

  1. 1Build Project
  2. 2Attach MCP server with IDE or desktop app
  3. 2.1That's it !