codefuturist/email-mcp
IMAP/SMTP email MCP server with 42 tools for reading, searching, sending, scheduling, and managing emails across multiple accounts. Supports IMAP IDLE push, AI triage, desktop notifications, and auto-detects providers like Gmail, Outlook, and iCloud.
Quick Start
Clone the repository:
git clone https://github.com/codefuturist/email-mcpClaude Desktop configuration example:
{
"mcpServers": {
"codefuturist-email-mcp": {
"command": "npx",
"args": [
"-y",
"codefuturist/email-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.