Skip to main content
CommunicationTypeScript

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.

communicationcloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/codefuturist/email-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "codefuturist-email-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codefuturist/email-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
codefuturist