Back to Apps

MCP Mail Tool
by shuakami
AI-powered email management for sending, reading, and organizing emails via IMAP and SMTP.
0 stars
Works in:Cursor
Exposes:Tools
What it does\nMCP Mail Tool connects your AI assistant directly to your email service, allowing it to manage your inbox autonomously. It handles everything from drafting and sending emails to searching through old conversations and managing attachments, eliminating the need to manually switch between your chat and email client.\n\n## Tools\n- send_email: Send plain text or HTML emails with optional attachments.\n- list_emails: Retrieve a list of emails from a specific folder.\n- get_email_details: Fetch full content and headers for a specific email UID.\n- search_emails: Perform advanced searches using keywords, dates, and senders.\n- manage_email: Mark emails as read/unread, delete, or move them between folders.\n- handle_attachments: List, download, and preview email attachments.\n- manage_contacts: Extract and search contact information from mail history.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "mail-mcp": {\n "command": "node",\n "args": ["/path/to/mcp-mail/dist/index.js"],\n "env": {\n "SMTP_HOST": "smtp.example.com",\n "SMTP_PORT": "465",\n "SMTP_SECURE": "true",\n "SMTP_USER": "user@example.com",\n "SMTP_PASS": "app-password",\n "IMAP_HOST": "imap.example.com",\n "IMAP_PORT": "993",\n "IMAP_SECURE": "true",\n "IMAP_USER": "user@example.com",\n "IMAP_PASS": "app-password"\n }\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop\n- Cursor
Quick install
npx -y @smithery/cli install @shuakami/mcp-mail --client claudeInformation
- Pricing
- free
- Published
- 4/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add entry to ~/.cursor/mcp.json pointing to bridging_mail_mcp.py or dist/index.jsClaude Desktop
Configure SMTP/IMAP env vars in claude_desktop_config.json





