sz84.net
MCP ServersEmail MCP

Email MCP

The official Email MCP server provides a standardized way for AI models to send and manage emails across multiple providers like Gmail, Outlook, and SMTP. It enables models to compose emails, manage drafts, and automate email communication directly from AI workflows. This is a crucial tool for automating outreach, notifications, and customer support via email.

OfficialCommunicationEmailfree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "email": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-email"
      ],
      "env": {
        "SMTP_HOST": "smtp.gmail.com",
        "SMTP_PORT": "587",
        "SMTP_USER": "[email protected]",
        "SMTP_PASSWORD": "your-app-password"
      }
    }
  }
}

Key Features

Support for Gmail, Outlook, and custom SMTP servers

Send emails with attachments and HTML content

Draft management and email search capabilities

Secure credential handling for multiple providers

Server Details

The official Email MCP server provides a standardized way for AI models to send and manage emails across multiple providers like Gmail, Outlook, and SMTP. It enables models to compose emails, manage drafts, and automate email communication directly from AI workflows. This is a crucial tool for automating outreach, notifications, and customer support via email.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub