Skip to content

Email (SMTP)

Free

by Indie Developer

Send, read, and manage emails through SMTP/IMAP with AI-powered drafting.

v1.0.0Added Feb 18, 2025
emailsmtpimap
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y mcp-email
Add to claude_desktop_config.json
{
  "mcpServers": {
    "email-(smtp)": {
      "command": "npx",
      "args": ["-y", "mcp-email"]
    }
  }
}