Open Source Rust MCP Server Gives Claude Full Email Management Capabilities

A developer has created an open source MCP server in Rust that enables Claude to manage email workflows end-to-end, addressing limitations in existing email MCP servers that were read-only, single-account, and lacked OAuth2 support.
Key Features and Capabilities
The server provides Claude with 25 specific tools for email management:
- Full IMAP operations: Search, read (both parsed and raw RFC822 formats), flag, copy, move, delete, and create folders
- SMTP functionality: Compose and send emails with correct threading headers for replies and forwards
- Microsoft Graph API integration: Support for Outlook/365 accounts where SMTP is blocked
- Authentication: OAuth2 device code flow for Google and Microsoft accounts, plus app password support
- Multi-account management: Works with Gmail, Outlook, Zoho, Fastmail, and any IMAP server
Safety and Security Features
The developer implemented several safety measures since the tool gives AI access to email inboxes:
- Write operations are disabled by default and only enabled per-account via configuration flags
- TLS enforcement for all connections
- Credentials are never logged
The developer reports daily use with Claude Code, noting solid performance with multiple accounts handled concurrently without issues. The tool is available under the MIT license at https://github.com/tecnologicachile/mail-imap-mcp-rs.
📖 Read the full source: r/ClaudeAI
👀 See Also

Control Real iPhones from OpenClaw Agents — Hands-On with AvaBerry43's Setup
A developer created an API-controlled iPhone setup for agents, testing features like iMessage drafting, Shortcuts, and mobile QA. 70 phones are available for others to experiment with.

Fino: Open-Source MCP Server for Personal Finance Analysis with Claude
Fino is a free, open-source MCP server that connects Claude to bank accounts through Plaid, stores transaction data locally in SQLite, and provides Claude with tools for financial analysis.

Multi-provider LLM fallback chain with Ollama support in production AI IDE
Resonant Genesis AI IDE integrates local LLM support as a first-class provider alongside Groq, OpenAI, Anthropic, and Gemini across 30+ microservices using a shared UnifiedLLMClient library with automatic fallback chain.

Claude Pulse Browser Extension Surfaces Token Counts, Cache Timers, and Rate Limits on Claude.ai
Claude Pulse is a client-side Chrome extension that adds a real-time dashboard to Claude.ai showing per-message token counts, total context usage, prompt cache expiry timer, and rate limit progress bar. Also includes chat export to Markdown.