Email MCP Server
Automate emails and manage attachments with FlowHunt’s Email MCP Server, empowering AI agents to send emails and streamline communication tasks.

What does “Email” MCP Server do?
The Email MCP (Model Context Protocol) Server provides AI assistants with robust email functionality. Acting as a bridge between LLMs and email systems, this server allows AI agents to compose and send emails, as well as search for attachments within specified directories. By integrating the Email MCP Server into development workflows, users can automate and streamline tasks such as email drafting, file attachment lookup, and sending notifications—all directly via AI interfaces. This enhances productivity by reducing manual email management and allowing LLMs to interact with email systems programmatically, making it a valuable tool for both developers and organizations looking to automate communication workflows.
List of Prompts
No prompt templates are mentioned in the repository.
List of Resources
No explicit resources are mentioned in the repository.
List of Tools
- Compose and Send Email: Enables LLMs to create and dispatch emails directly from the server, allowing for automated communication.
- Search Attachments: Provides functionality to search for attachments within specified directories, assisting in quickly finding and attaching files to emails.
Use Cases of this MCP Server
- Automated Email Composition: Developers can automate the process of drafting and sending emails, saving time and minimizing repetitive manual tasks.
- Attachment Management: AI agents can locate and attach files from specified directories, making it easier to handle documents and resources.
- Notification Systems: Integrate with project management or monitoring tools to send automated notifications and status updates via email.
- Customer Support Automation: Use LLMs to reply to customer inquiries or send updates, streamlining support workflows.
- Workflow Integration: Seamlessly connect with other MCP-enabled tools to trigger emails as part of broader automated processes.
How to set it up
Windsurf
- Ensure Python is installed on your system.
- Locate the configuration file for Windsurf (typically
windsurf.json
or similar). - Add the Email MCP Server to the
mcpServers
section:
{
"mcpServers": {
"email-mcp": {
"command": "python",
"args": ["-m", "src.mcp_server_email"]
}
}
}
- Save the configuration and restart Windsurf.
- Verify the server is running and accessible.
Securing API Keys
Use environment variables to secure sensitive information:
{
"mcpServers": {
"email-mcp": {
"command": "python",
"args": ["-m", "src.mcp_server_email"],
"env": {
"EMAIL_USER": "your_email@example.com",
"EMAIL_PASS": "your_secure_password"
},
"inputs": {
"directory": "/path/to/attachments"
}
}
}
}
Claude
- Install Python if not already present.
- Open Claude’s configuration file.
- Add the Email MCP Server with the following JSON snippet:
{
"mcpServers": {
"email-mcp": {
"command": "python",
"args": ["-m", "src.mcp_server_email"]
}
}
}
- Save and restart Claude.
- Confirm that the Email MCP Server is registered and operational.
Securing API Keys
See Windsurf example above for environment variable setup.
Cursor
- Make sure Python is available on your system.
- Edit the Cursor configuration file.
- Add the Email MCP Server like this:
{
"mcpServers": {
"email-mcp": {
"command": "python",
"args": ["-m", "src.mcp_server_email"]
}
}
}
- Save the file and restart Cursor.
- Check that the MCP server is listed as active.
Securing API Keys
Refer to the Windsurf example for proper configuration.
Cline
- Install Python if needed.
- Open the Cline configuration file.
- Add the Email MCP Server:
{
"mcpServers": {
"email-mcp": {
"command": "python",
"args": ["-m", "src.mcp_server_email"]
}
}
}
- Save changes and restart Cline.
- Ensure the Email MCP server is up and running.
Securing API Keys
Use environment variables as shown in the Windsurf example.
How to use this MCP inside flows
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:
{
"email-mcp": {
"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 “email-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | None found |
List of Resources | ⛔ | None found |
List of Tools | ✅ | Email and attachment tools |
Securing API Keys | ✅ | Example provided |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Roots support: ⛔ Not mentioned
Between the two tables, here’s a quick opinion:
The Email MCP Server provides essential email and attachment functionality and clear setup instructions, but lacks prompt templates, resources, and explicit mention of roots or sampling support. It covers core needs for communication automation but could be enhanced with more features and documentation.
MCP Score
Has a LICENSE | ✅ MIT |
---|---|
Has at least one tool | ✅ |
Number of Forks | 7 |
Number of Stars | 34 |
Frequently asked questions
- What is the Email MCP Server?
The Email MCP Server connects AI agents to email systems, enabling them to compose, send, and manage emails and attachments programmatically. It streamlines communication workflows by automating email-related tasks.
- What can I do with the Email MCP Server?
You can automate email drafting and sending, search for attachments in specific directories, and use AI agents to handle notifications, support replies, and integrate email actions into broader automated flows.
- How do I secure my email credentials when using the Email MCP Server?
Store your email credentials as environment variables in your configuration. Avoid hard-coding sensitive data directly in config files for better security.
- Does the Email MCP Server support attachments?
Yes, it allows AI agents to search for and attach files from specified directories, simplifying document and resource management.
- How do I integrate the Email MCP Server into my FlowHunt workflow?
Add the MCP component to your flow, configure it with your Email MCP Server details, and your AI agent will be able to use all email and attachment functionalities provided by the server.
Boost Productivity with FlowHunt's Email MCP Server
Supercharge your AI workflows—compose emails, manage attachments, and automate notifications directly from your flows.