email-mcp-for-cloudflare-workers

Xzese/email-mcp-for-cloudflare-workers
★ 1 stars TypeScript Communication Updated 1d ago
A Cloudflare Workers MCP server for Gmail, Outlook, iCloud, and custom IMAP/SMTP accounts.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "email-mcp-for-cloudf": {
      "command": "npx",
      "args": [
        "-y",
        "Xzese/email-mcp-for-cloudflare-workers"
      ]
    }
  }
}

README Excerpt

A container-free remote MCP server for Gmail, Outlook, iCloud, and custom IMAP/SMTP accounts. The Worker connects directly to IMAP and SMTP using Cloudflare outbound TCP sockets. Mailbox credentials are AES-256-GCM encrypted before being stored in Workers KV. - [Public source, private deployments](#public-source-private-deployments)

Tools (6)

email_add_accountemail_delete_messages_permanentlyemail_get_all_account_mailbox_statusesemail_get_message_attachmentemail_remove_accountemail_test_connection

Topics

cloudflare-workersemailimapmcpmodel-context-protocolsmtptypescript