Email (SMTP)
Freeby Indie Developer
Send, read, and manage emails through SMTP/IMAP with AI-powered drafting.
v1.0.0Added Feb 18, 2025
emailsmtpimap
Email (SMTP) MCP Server
Send, read, and manage emails through SMTP/IMAP with AI-powered drafting.
Features
- Send Emails
- Read Inbox
- Search
- Attachments
- Templates
Installation
{
"mcpServers": {
"email-smtp": {
"command": "npx",
"args": ["-y", "mcp-email"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-email
Add to claude_desktop_config.json
{
"mcpServers": {
"email-(smtp)": {
"command": "npx",
"args": ["-y", "mcp-email"]
}
}
}