marlinjai/email-mcp
Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage.
Quick Start
Clone the repository:
git clone https://github.com/marlinjai/email-mcpClaude Desktop configuration example:
{
"mcpServers": {
"marlinjai-email-mcp": {
"command": "npx",
"args": [
"-y",
"marlinjai/email-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.