Best for
- Users who need multi-account email management
- Users who need real-time email monitoring and AI triage
- Users who need email scheduling and calendar features
- Users who want integration with multiple MCP clients (Claude, Cursor, etc.)
A feature-rich email MCP server offering comprehensive IMAP/SMTP support, including multi-account, real-time watcher, AI triage, scheduling, and calendar integration. Easy to install and supports multiple clients. Be mindful of security and permissions; ensure proper configuration.
email-mcp is an MCP server that provides comprehensive email capabilities via IMAP and SMTP. It enables AI assistants to read, search, send, manage, schedule, and analyze emails across multiple accounts, exposing 47 tools, 7 prompts, and 6 resources over the MCP protocol, with OAuth2 support (experimental), email scheduling, calendar extraction, analytics, provider-aware label management, real-time IMAP IDLE watcher with AI-powered triage, customizable presets and static rules, and a guided setup wizard.
npx @codefuturist/email-mcp setup or email-mcp account add to add an account interactively.\n3. Run email-mcp install to auto-register with supported MCP clients (Claude Desktop, VS Code, Cursor, Windsurf, Zed).\n4. Or manually add a config snippet (see README).{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"@codefuturist/email-mcp",
"stdio"
]
}
}
}