Odel
email mcp

email mcp

Local
@marlinjai19TypeScriptMITUpdated Today

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@marlinjai/email-mcpv1.2.3

Run

npx -y @marlinjai/email-mcp

MCP client config

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