by yunfeizhu · MCP Server · ★ 20
MCP Mail Server Language: English | 中文 A Model Context Protocol server for IMAP/SMTP email operations with Claude, Cursor, and other AI assistants. Features IMAP Operations: Search, read, and manage emails across mailboxes SMTP Support: Send emails with HTML/text content and attachments Attachment Management: View attachment metadata and save attachments to local files Secure Configuration: Environment-based setup with TLS/SSL support AI-Friendly: Natural language commands for email operations Auto Connection Management: Automatic IMAP/SMTP connection handling Multi-Mailbox Support: Access INBOX, Sent, and custom folders Quick Start Install: Configure environment variables (see Configuration) Add to your MCP client configuration Use natural language: "Show me unread emails from today" Installation Claude Desktop Add to your : json { "mcpServers": { "mcp-mail-server": { "command": "npx", "args": ["-y", "mcp-mail-server"], "env": { "IMAPHOST": "your-imap-server.com", "IMAPPORT": "993", "IMAPSECURE": "true", "SMTPHOST": "your-smtp-
| Stars | 20 |
| Forks | 12 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 62.1/100 |
| Last Updated | 2026-03-17 |
| Created | 2025-07-30 |
| Platforms | claude-code, mcp, node |
| Est. Tokens | ~13k |
Explore other popular mcp server tools:
mcp-mail-server is A lightweight Model Context Protocol (MCP) server that provides IMAP and SMTP email functionality for AI assistants like Claude in Cursor IDE. Built with TypeScript and optimized for easy deployment v. It is categorized as a MCP Server with 20 GitHub stars.
mcp-mail-server is primarily written in TypeScript.
You can find installation instructions and usage details in the mcp-mail-server GitHub repository at github.com/yunfeizhu/mcp-mail-server. The project has 20 stars and 12 forks, indicating an active community.
mcp-mail-server is released under the MIT license, making it free to use and modify according to the license terms.