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.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
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": "your-email@gmail.com",
"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.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository