
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...
Automate emails and manage attachments with FlowHunt’s Email MCP Server, empowering AI agents to send emails and streamline communication tasks.
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.
No prompt templates are mentioned in the repository.
No explicit resources are mentioned in the repository.
windsurf.json
or similar).mcpServers
section:{
"mcpServers": {
"email-mcp": {
"command": "python",
"args": ["-m", "src.mcp_server_email"]
}
}
}
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"
}
}
}
}
{
"mcpServers": {
"email-mcp": {
"command": "python",
"args": ["-m", "src.mcp_server_email"]
}
}
}
See Windsurf example above for environment variable setup.
{
"mcpServers": {
"email-mcp": {
"command": "python",
"args": ["-m", "src.mcp_server_email"]
}
}
}
Refer to the Windsurf example for proper configuration.
{
"mcpServers": {
"email-mcp": {
"command": "python",
"args": ["-m", "src.mcp_server_email"]
}
}
}
Use environment variables as shown in the Windsurf example.
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.
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.
Has a LICENSE | ✅ MIT |
---|---|
Has at least one tool | ✅ |
Number of Forks | 7 |
Number of Stars | 34 |
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.
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.
Store your email credentials as environment variables in your configuration. Avoid hard-coding sensitive data directly in config files for better security.
Yes, it allows AI agents to search for and attach files from specified directories, simplifying document and resource management.
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.
Supercharge your AI workflows—compose emails, manage attachments, and automate notifications directly from your flows.
The Email MCP Server integrates AI assistants with external email systems, enabling automated email sending, file attachments, and SMTP validation through a str...
Integrate Gmail into your AI workflows with the Gmail MCP Server. FlowHunt enables AI assistants to send, read, organize, and automate emails securely, leveragi...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...