
Email MCP Server
The Email MCP Server integrates AI assistants with external email systems, enabling automated email sending, file attachments, and SMTP validation through a str...
Connect your AI agents and flows to Mailgun with the Mailgun MCP Server, enabling secure, automated email operations and analytics directly from FlowHunt.
The Mailgun MCP Server is an implementation of the Model Context Protocol (MCP) server for the Mailgun email APIs. It acts as a bridge between AI assistants (such as Claude Desktop) and the Mailgun service, allowing AI clients to programmatically send emails, retrieve email statistics, and manage email workflows. By connecting external AI systems with Mailgun’s API, the server enhances development and automation workflows—enabling tasks like sending transactional emails, fetching analytics, and integrating Mailgun capabilities directly into AI-powered applications. This integration allows developers and AI agents to interact with email infrastructure in a standardized, secure, and extensible way, streamlining communications and operational automation.
No platform-specific instructions available in the repository.
Prerequisites:
Clone the repository:
git clone https://github.com/mailgun/mailgun-mcp-server.git
cd mailgun-mcp-server
Install dependencies:
npm install
Configure Claude Desktop:
Create or modify the config file:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
Add the following configuration:
{
"mcpServers": {
"mailgun": {
"command": "node",
"args": ["CHANGE/THIS/PATH/TO/mailgun-mcp-server/src/mailgun-mcp.js"],
"env": {
"MAILGUN_API_KEY": "YOUR-mailgun-api-key"
}
}
}
}
Save and (re)start Claude Desktop.
Verify the setup by sending a test email or fetching statistics.
API keys are set using environment variables in the configuration:
{
"mcpServers": {
"mailgun": {
"command": "node",
"args": ["CHANGE/THIS/PATH/TO/mailgun-mcp-server/src/mailgun-mcp.js"],
"env": {
"MAILGUN_API_KEY": "YOUR-mailgun-api-key"
}
}
}
}
No platform-specific instructions available in the repository.
No platform-specific instructions available in the repository.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"mailgun": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change "mailgun"
to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Overview available in README |
List of Prompts | ⛔ | No explicit prompt templates, only user-facing prompt examples |
List of Resources | ⛔ | Not described |
List of Tools | ⛔ | Not described |
Securing API Keys | ✅ | Via env in config, as shown in README |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
The Mailgun MCP server is functional and minimally documented, with clear setup instructions for Claude Desktop and support for secure API key management. However, it lacks details on prompt templates, resources, and tools, reducing discoverability for more advanced MCP features. The repository is open source with a standard license and moderate community interest.
Overall, we’d rate this MCP at 4/10: it covers the basics but misses many advanced or best-practice MCP features.
Has a LICENSE | ✅ (Apache-2.0) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 8 |
Number of Stars | 22 |
The Mailgun MCP Server is an implementation of the Model Context Protocol server for Mailgun’s email APIs, enabling AI clients to send emails, fetch analytics, and manage workflows programmatically.
You can automate transactional emails, retrieve delivery analytics, manage bulk campaigns, and connect Mailgun’s capabilities to your AI-powered flows for enhanced workflow automation.
Set your Mailgun API key as an environment variable in the MCP server configuration, ensuring your credentials remain secure and are not hardcoded in the source.
It provides the basics for integration and automation but lacks advanced MCP resources and prompt templates. It's open source, functional, and well-suited for essential email automation tasks.
Add the MCP component to your FlowHunt flow, and configure your Mailgun MCP server using the system MCP configuration JSON. This allows your AI agent to access Mailgun’s capabilities as a tool.
Streamline your communications and automate email workflows by connecting the Mailgun MCP Server to your AI flows in FlowHunt.
The Email MCP Server integrates AI assistants with external email systems, enabling automated email sending, file attachments, and SMTP validation through a str...
The Email MCP Server for FlowHunt bridges AI assistants with email systems, enabling automated email composition, attachment searching, and streamlined communic...
Integrate Gmail into your AI workflows with the Gmail MCP Server. FlowHunt enables AI assistants to send, read, organize, and automate emails securely, leveragi...