Back to MCP ServersEmail
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.
communicationai
By codefuturist
Installation
npx -y email-mcpConfiguration
{
"mcpServers": {
"email-mcp": {
"command": "npx",
"args": ["-y", "email-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes