@mailgun/mcp-server
Freeby 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
@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
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"]
}
}
}