Email Automation MCP
Allows sending and reading emails via Gmail's SMTP/IMAP protocols.
Email Automation MCP
MCP server for email automation mcp operations
Overview
Email Automation MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Send an email via SMTP. Requires EMAIL_ADDRESS and EMAIL_PASSWORD env vars. |
| Read recent emails from a mailbox folder. Returns subject, from, date, |
| Search emails in a folder. Supports these query formats: |
| Save an email as a draft without sending it. The draft appears in |
| List all mailbox folders (INBOX, Sent, Drafts, etc.) available |
Installation
pip install meok-email-automation-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"email-automation-mcp": {
"command": "python",
"args": ["-m", "meok_email_automation_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/email-automation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server