mcp-server-email-imap
Email (IMAP/SMTP)
Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
Package Details
@mindstone/mcp-server-email-imap
Environment Variables
Email address
App-specific password
Provider — icloud, gmail, yahoo, outlook, or custom (auto-detected from email domain if unset)
Custom IMAP host (for provider=custom)
Custom SMTP host (for provider=custom)
993Custom IMAP port
587Custom SMTP port
Set to 1 to opt into cleartext IMAP/SMTP (strongly discouraged)
25Safety cap: maximum combined To+CC+BCC recipients per email_send call. Defaults to 25; raising bypasses spam-prevention guardrails against prompt-injection-driven mass sends.
50Safety cap: maximum email_send calls per rolling window. Defaults to 50; protects against runaway sends when injection content escapes the LLM's intent.
3600000Sliding-window length for the rate limit (ms)