Skip to main content
CommunicationTypeScript

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.

communicationcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
marlinjai