mailgun-mcp.md

Mailgun MCP

from"mailgun"
540

Interact with Mailgun API for email delivery

Communication
MailgunemailAPIdelivery
install.sh
# Clone the repository
$git clone https://github.com/mailgun/mailgun-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve