Mailgun MCP Server
Send emails, manage templates, and track delivery analytics from AI agents.
A Model Context Protocol server for the Mailgun email API. Enables AI agents to send transactional and marketing emails, manage email templates, mailing lists, delivery analytics, suppressions, and webhooks.
Supports drafting and sending campaigns, checking delivery rates, managing subscriber lists, and monitoring email performance through natural language commands.
Install
npx -y @mailgun/mcp-server MCP Client Config
{
"mcpServers": {
"mailgun": {
"command": "npx",
"args": [
"-y",
"@mailgun/mcp-server"
],
"env": {
"MAILGUN_API_KEY": "<your-api-key>",
"MAILGUN_DOMAIN": "<your-domain>"
}
}
}
} Required Environment Variables
- MAILGUN_API_KEY
- MAILGUN_DOMAIN
Capabilities
Tools
Compatible With
Pricing
Server is free. Mailgun has a free tier with usage-based pricing.
Metrics
51
GitHub Stars
1,202
Installs
0
Weekly
6
Open Issues
More in Communication
Best of Communication →Slack MCP Server
Read and manage Slack channels, messages, and users from AI agents.
Twilio MCP Server
Send SMS, make calls, and manage Twilio resources from AI agents.
Discord MCP Server
Manage Discord servers, channels, and messages from AI agents.