This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUnified email MCP server with support for four providers and batch operations.
Full changelog
@marlinjai/email-mcp v1.0.0
First public release of the unified email MCP server.
Install
npx @marlinjai/email-mcp setup # Set up accounts
npx @marlinjai/email-mcp # Start the server
MCP Config
{
"mcpServers": {
"email": {
"command": "npx",
"args": ["@marlinjai/email-mcp"]
}
}
}
Highlights
- 4 providers: Gmail (REST API), Outlook (Microsoft Graph), iCloud, generic IMAP/SMTP
- 24 tools: Full email client — search, read, send, reply, forward, organize, batch operations
- Batch operations: Delete, move, or mark hundreds of emails in a single API call
- Lightweight search: Compact results by default (~20KB vs ~1.4MB for 20 emails)
- Outlook folder resolution: Localized folder names (German, Spanish, French, English) mapped correctly
- IMAP source folder fix: Operations work on emails in any folder, not just INBOX
- Encrypted credential storage: AES-256-GCM encryption at rest
- Interactive setup wizard: Multi-account setup in one session
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About 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.
Related context
Beta — feedback welcome: [email protected]